mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
tidy by rustfmt
This commit is contained in:
parent
04a4ac1cff
commit
fd1a9a93fe
@ -220,7 +220,9 @@ mod tests {
|
|||||||
#[test]
|
#[test]
|
||||||
fn test_nagative_trait_bound() {
|
fn test_nagative_trait_bound() {
|
||||||
let txt = r#"impl !Unpin for Test {}"#;
|
let txt = r#"impl !Unpin for Test {}"#;
|
||||||
check(txt, expect![[r#"
|
check(
|
||||||
|
txt,
|
||||||
|
expect![[r#"
|
||||||
[
|
[
|
||||||
StructureNode {
|
StructureNode {
|
||||||
parent: None,
|
parent: None,
|
||||||
@ -234,7 +236,8 @@ mod tests {
|
|||||||
deprecated: false,
|
deprecated: false,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
"#]]);
|
"#]],
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user