Skip to content

Commit 138ccaf

Browse files
committed
Remove an obsolete bit of comment.
1 parent 136c97a commit 138ccaf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

macros/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ pub fn assert_ascii_lowercase(input: proc_macro::TokenStream) -> proc_macro::Tok
2727
}
2828

2929
/// Find a `#[cssparser__max_len__data(string = "…", string = "…")]` attribute,
30-
/// panic if any string contains ASCII uppercase letters,
31-
/// emit a `MAX_LENGTH` constant with the length of the longest string.
30+
/// and emit a `MAX_LENGTH` constant with the length of the longest string.
3231
#[proc_macro_derive(cssparser__max_len,
3332
attributes(cssparser__max_len__data))]
3433
pub fn max_len(input: proc_macro::TokenStream) -> proc_macro::TokenStream {

0 commit comments

Comments
 (0)