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 1da2450 commit ffcae8dCopy full SHA for ffcae8d
src/lib.rs
@@ -112,7 +112,7 @@ impl fmt::Display for Symbol {
112
// different name, or may have imported it in a non-toplevel module (common when putting impls
113
// behind a feature gate).
114
//
115
-// Solution: let's just generate `extern crate num_traits as `_num_traits` and then refer to
+// Solution: let's just generate `extern crate num_traits as _num_traits` and then refer to
116
// `_num_traits` in the derived code. However, macros are not allowed to produce `extern crate`
117
// statements at the toplevel.
118
0 commit comments