We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3174e commit acebb74Copy full SHA for acebb74
src/rule/composer/not.rs
@@ -2,7 +2,7 @@ use crate::result::Error;
2
use crate::rule::Rule;
3
use std::marker::PhantomData;
4
5
-/// A binder that combines two rules to generate a new single `Rule`
+/// `Not` reverses the definition of a certain `Rule`.
6
/// # Example
7
/// ```rust
8
/// use refined_type::rule::composer::Not;
0 commit comments