mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
style: fix rustfmt
This commit is contained in:
@@ -54,10 +54,7 @@ fn parser_accepts_optional_trailing_metadata() {
|
||||
|
||||
let features = parse_compiler_flags(options_rs, Path::new("options/unstable.rs"));
|
||||
assert_eq!(features["deprecated_flag"].description.as_deref(), Some("deprecated flag"));
|
||||
assert_eq!(
|
||||
features["raw_description"].description.as_deref(),
|
||||
Some("raw \"quoted\" text"),
|
||||
);
|
||||
assert_eq!(features["raw_description"].description.as_deref(), Some("raw \"quoted\" text"),);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user