Skip to content

Commit 68b9c22

Browse files
committed
Fix a billion warnings
1 parent b8741f9 commit 68b9c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themelios-macros/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ pub fn bytecode(tokens: TokenStream0) -> TokenStream0 {
136136

137137
q!{span=>
138138
#attrs
139-
#[cfg_attr(not(docs), doc = #doc)]
139+
#[cfg_attr(not(doc), doc = #doc)]
140140
#ident(#(#args),*)
141141
}
142142
}).collect();

0 commit comments

Comments
 (0)