cargo fmt --all

This commit is contained in:
akiranishikawa
2020-10-10 11:18:43 +09:00
2 changed files with 2 additions and 1 deletions

2
rules/test.toml Normal file
View File

@@ -0,0 +1,2 @@
[rule]
severity = "high"

View File

@@ -58,7 +58,6 @@ mod tests {
for rule in toml.rules {
match rule {
Ok(_rule) => {
println!("{:?}", _rule);
if let Some(severity) = _rule.rule.severity {
assert_eq!("high", severity);
}