Skip to content

Commit a50fe2d

Browse files
committed
Fix fmt warning for visit_all_rules
1 parent c358d5e commit a50fe2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper/src/validation/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ mod visitor;
1010
#[cfg(test)]
1111
pub(crate) mod test_harness;
1212

13-
pub use self::rules::visit_all_rules;
1413
pub use self::{
1514
context::{RuleError, ValidatorContext},
1615
input_value::validate_input_values,
1716
multi_visitor::MultiVisitorNil,
17+
rules::visit_all_rules,
1818
traits::Visitor,
1919
visitor::visit,
2020
};

0 commit comments

Comments
 (0)