We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9770164 commit 9190c4fCopy full SHA for 9190c4f
src/rule/length.rs
@@ -1,5 +1,4 @@
1
pub use length_definition::*;
2
3
mod length_definition;
4
-mod less_than;
5
-
+mod less;
src/rule/length/less_than.rs src/rule/length/less.rs
0 commit comments