diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2019-07-23 10:38:18 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-23 10:38:18 +0300 |
| commit | 7e612c19bee19b41796e8a4f4fe8a41714d7b3c7 (patch) | |
| tree | 7accba407d499c67f9a569f5bdbb5af16ded6966 /src | |
| parent | 27b703dd409c875853394f9c7f8400cd34390088 (diff) | |
| download | rust-7e612c19bee19b41796e8a4f4fe8a41714d7b3c7.tar.gz rust-7e612c19bee19b41796e8a4f4fe8a41714d7b3c7.zip | |
Update src/librustc_lexer/src/lib.rs
Co-Authored-By: Ralf Jung <post@ralfj.de>
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_lexer/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_lexer/src/lib.rs b/src/librustc_lexer/src/lib.rs index 2d10ac8b024..244e837364a 100644 --- a/src/librustc_lexer/src/lib.rs +++ b/src/librustc_lexer/src/lib.rs @@ -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; |
