Skip to content

Commit

Permalink
Update src/librustc_lexer/src/lib.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Ralf Jung <post@ralfj.de>
  • Loading branch information
matklad and RalfJung committed Jul 23, 2019
1 parent 27b703d commit 7e612c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_lexer/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// We want to be able to build this crate with a stable compiler, so feature
// flags should optional.
// flags should be optional.
#![cfg_attr(not(feature = "unicode-xid"), feature(unicode_internals))]

mod cursor;
Expand Down

0 comments on commit 7e612c1

Please sign in to comment.