diff --git a/src/cargo/core/profiles.rs b/src/cargo/core/profiles.rs index feecce729..38dcf51f3 100644 --- a/src/cargo/core/profiles.rs +++ b/src/cargo/core/profiles.rs @@ -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; diff --git a/tests/testsuite/profile_custom.rs b/tests/testsuite/profile_custom.rs index 070b725e1..5eceb7d77 100644 --- a/tests/testsuite/profile_custom.rs +++ b/tests/testsuite/profile_custom.rs @@ -29,7 +29,7 @@ fn inherits_on_release() { Caused by: An 'inherits' must not specified root profile 'release' -" +", ) .run(); }