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 3e0524c commit 7368ec1Copy full SHA for 7368ec1
procedural-masquerade/lib.rs
@@ -156,11 +156,6 @@
156
//! and
157
//! [`cssparser-macros`’s `macros/lib.rs](https://github.com/servo/rust-cssparser/blob/master/macros/lib.rs).
158
159
-/////
160
-///// This indirection is necessary because re-exporting `macro_rules!` macros doesn’t work.
161
-///// Without it, when a library `libfoo` defines a macro whose expansion uses directly
162
-///// a macro
163
-
164
/// This macro wraps `&str -> String` functions
165
/// in custom `derive` implementations with `#[proc_macro_derive]`.
166
///
0 commit comments