We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86bfdf3 commit 2e3b33eCopy full SHA for 2e3b33e
examples/autoschema.rs
@@ -75,7 +75,7 @@ impl Schema {
75
76
fn detect(&mut self, root: &Document) {
77
for (path, doc) in root.iter_path() {
78
- let mut node = self.get_mut(&path);
+ let node = self.get_mut(&path);
79
node.total += 1;
80
match doc {
81
Document::Null => node.null += 1,
0 commit comments