mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Rustfmt adjustments
This commit is contained in:
parent
bf5f0b7c3a
commit
a50be59a70
@ -1,5 +1,5 @@
|
|||||||
use std::collections::{BTreeMap, HashMap};
|
|
||||||
use std::collections::HashSet;
|
use std::collections::HashSet;
|
||||||
|
use std::collections::{BTreeMap, HashMap};
|
||||||
use std::{cmp, env, fmt, hash};
|
use std::{cmp, env, fmt, hash};
|
||||||
|
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
|
@ -29,7 +29,7 @@ fn inherits_on_release() {
|
|||||||
|
|
||||||
Caused by:
|
Caused by:
|
||||||
An 'inherits' must not specified root profile 'release'
|
An 'inherits' must not specified root profile 'release'
|
||||||
"
|
",
|
||||||
)
|
)
|
||||||
.run();
|
.run();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user