Skip to content

Commit

Permalink
fix: cargo feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Nov 6, 2024
1 parent e8907ac commit 60b56b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/clarity-repl/src/repl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub mod session;
pub mod settings;
pub mod tracer;

#[cfg(feature = "dap")]
#[cfg(any(feature = "cli", feature = "dap"))]
pub mod debug;

use serde::ser::{Serialize, SerializeMap, Serializer};
Expand Down

0 comments on commit 60b56b9

Please sign in to comment.