mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 14:43:24 +00:00
Fix trailling whitespace
This commit is contained in:
parent
8afb445357
commit
5bd3aa05d6
@ -656,7 +656,7 @@ fn test() {
|
||||
|
||||
//- /lib.rs crate:foo
|
||||
#[proc_macro_derive(Foo)]
|
||||
pub fn derive_foo(_item: TokenStream) -> TokenStream {
|
||||
pub fn derive_foo(_item: TokenStream) -> TokenStream {
|
||||
}
|
||||
"#,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user