Reformat using the new identifier sorting from rustfmt
This commit is contained in:
@@ -2,7 +2,7 @@ use std::borrow::Cow;
|
||||
use std::collections::BTreeMap;
|
||||
|
||||
pub use serde_json::Value as Json;
|
||||
use serde_json::{json, Map, Number};
|
||||
use serde_json::{Map, Number, json};
|
||||
|
||||
use crate::spec::TargetMetadata;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user