Update src/librustc_lexer/src/lib.rs
Co-Authored-By: Ralf Jung <post@ralfj.de>
This commit is contained in:
parent
27b703dd40
commit
7e612c19be
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user