Rustfmt recent changes.

This commit is contained in:
Emilio Cobos Álvarez 2019-12-15 23:58:55 +01:00
parent e885ccb7ae
commit ef16c5844f
28 changed files with 111 additions and 63 deletions

View file

@ -592,8 +592,8 @@ impl RuleTree {
last = node;
}
let rule =
self.insert_ordered_rules_from(last.parent().unwrap().clone(), children.drain(..).rev());
let rule = self
.insert_ordered_rules_from(last.parent().unwrap().clone(), children.drain(..).rev());
rule
}