Rustfmt adjustments

This commit is contained in:
Dan Aloni 2019-09-21 09:36:39 +03:00
parent bf5f0b7c3a
commit a50be59a70
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
use std::collections::{BTreeMap, HashMap};
use std::collections::HashSet;
use std::collections::{BTreeMap, HashMap};
use std::{cmp, env, fmt, hash};
use serde::Deserialize;

View File

@ -29,7 +29,7 @@ fn inherits_on_release() {
Caused by:
An 'inherits' must not specified root profile 'release'
"
",
)
.run();
}