Skip to content

Commit 7e612c1

Browse files
matkladRalfJung
andauthored
Update src/librustc_lexer/src/lib.rs
Co-Authored-By: Ralf Jung <[email protected]>
1 parent 27b703d commit 7e612c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_lexer/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// We want to be able to build this crate with a stable compiler, so feature
2-
// flags should optional.
2+
// flags should be optional.
33
#![cfg_attr(not(feature = "unicode-xid"), feature(unicode_internals))]
44

55
mod cursor;

0 commit comments

Comments
 (0)