Skip to content

Commit

Permalink
fix: upgade task feature gate to system-watch
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Sep 28, 2024
1 parent a8296e0 commit 1215cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/reflexo-typst/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pub use watch::*;

#[cfg(feature = "system-watch")]
mod compile;
#[cfg(feature = "system-compile")]
#[cfg(feature = "system-watch")]
pub mod task;
#[cfg(feature = "system-compile")]
pub use diag::ConsoleDiagReporter;
Expand Down

0 comments on commit 1215cc0

Please sign in to comment.