Skip to content

Commit

Permalink
Fix fmt warning for visit_all_rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jerel committed Feb 13, 2021
1 parent c358d5e commit a50fe2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion juniper/src/validation/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ mod visitor;
#[cfg(test)]
pub(crate) mod test_harness;

pub use self::rules::visit_all_rules;
pub use self::{
context::{RuleError, ValidatorContext},
input_value::validate_input_values,
multi_visitor::MultiVisitorNil,
rules::visit_all_rules,
traits::Visitor,
visitor::visit,
};
Expand Down

0 comments on commit a50fe2d

Please sign in to comment.