mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Fix trailling whitespace
This commit is contained in:
parent
8afb445357
commit
5bd3aa05d6
1 changed files with 1 additions and 1 deletions
|
@ -656,7 +656,7 @@ fn test() {
|
||||||
|
|
||||||
//- /lib.rs crate:foo
|
//- /lib.rs crate:foo
|
||||||
#[proc_macro_derive(Foo)]
|
#[proc_macro_derive(Foo)]
|
||||||
pub fn derive_foo(_item: TokenStream) -> TokenStream {
|
pub fn derive_foo(_item: TokenStream) -> TokenStream {
|
||||||
}
|
}
|
||||||
"#,
|
"#,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue