Skip to content

Commit ffcae8d

Browse files
committed
Remove a stray backquote
1 parent 1da2450 commit ffcae8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ impl fmt::Display for Symbol {
112112
// different name, or may have imported it in a non-toplevel module (common when putting impls
113113
// behind a feature gate).
114114
//
115-
// Solution: let's just generate `extern crate num_traits as `_num_traits` and then refer to
115+
// Solution: let's just generate `extern crate num_traits as _num_traits` and then refer to
116116
// `_num_traits` in the derived code. However, macros are not allowed to produce `extern crate`
117117
// statements at the toplevel.
118118
//

0 commit comments

Comments
 (0)