We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2794f10 commit 639e4baCopy full SHA for 639e4ba
tests/test.rs
@@ -167,7 +167,7 @@ fn no_panic() {
167
}
168
169
#[test]
170
-fn tricky_doc_commaent() {
+fn tricky_doc_comment() {
171
let stream = "/**/".parse::<proc_macro2::TokenStream>().unwrap();
172
let tokens = stream.into_iter().collect::<Vec<_>>();
173
assert!(tokens.is_empty(), "not empty -- {:?}", tokens);
0 commit comments