Update src/librustc_lexer/src/lib.rs

Co-Authored-By: Ralf Jung <post@ralfj.de>
This commit is contained in:
Aleksey Kladov 2019-07-23 10:38:18 +03:00 committed by GitHub
parent 27b703dd40
commit 7e612c19be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;