We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b703d commit 7e612c1Copy full SHA for 7e612c1
src/librustc_lexer/src/lib.rs
@@ -1,5 +1,5 @@
1
// We want to be able to build this crate with a stable compiler, so feature
2
-// flags should optional.
+// flags should be optional.
3
#![cfg_attr(not(feature = "unicode-xid"), feature(unicode_internals))]
4
5
mod cursor;
0 commit comments