We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928d3a3 commit fc800bcCopy full SHA for fc800bc
src/api/builder/fluent.rs
src/api/builder/mod.rs
@@ -7,9 +7,4 @@ pub use crate::constraints::boolean_operators::*;
7
pub use crate::constraints::math_syntax::*;
8
9
// Modular organization
10
-pub mod fluent;
11
pub mod mathematical;
12
-
13
-// Re-export modular components (commented out to fix unused warnings)
14
-// pub use fluent::*;
15
-// pub use mathematical::*;
0 commit comments