Skip to content

Commit fc800bc

Browse files
committed
Remove deprecated
1 parent 928d3a3 commit fc800bc

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/api/builder/fluent.rs

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/api/builder/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,4 @@ pub use crate::constraints::boolean_operators::*;
77
pub use crate::constraints::math_syntax::*;
88

99
// Modular organization
10-
pub mod fluent;
1110
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

Comments
 (0)