We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136c97a commit 138ccafCopy full SHA for 138ccaf
macros/lib.rs
@@ -27,8 +27,7 @@ pub fn assert_ascii_lowercase(input: proc_macro::TokenStream) -> proc_macro::Tok
27
}
28
29
/// 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.
+/// and emit a `MAX_LENGTH` constant with the length of the longest string.
32
#[proc_macro_derive(cssparser__max_len,
33
attributes(cssparser__max_len__data))]
34
pub fn max_len(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
0 commit comments