Skip to content

Commit be3dbac

Browse files
committed
Fix left over #[cfg(feature = "isolation")]
1 parent 2c6b7a8 commit be3dbac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/tauri/src/pattern.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ pub(crate) enum IsolationSide {
7575
Secure,
7676
}
7777

78-
#[cfg(feature = "isolation")]
7978
#[derive(Template)]
8079
#[default_template("../scripts/pattern.js")]
8180
pub(crate) struct PatternJavascript {

0 commit comments

Comments
 (0)