From 7e612c19bee19b41796e8a4f4fe8a41714d7b3c7 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 23 Jul 2019 10:38:18 +0300 Subject: [PATCH] Update src/librustc_lexer/src/lib.rs Co-Authored-By: Ralf Jung --- src/librustc_lexer/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_lexer/src/lib.rs b/src/librustc_lexer/src/lib.rs index 2d10ac8b0241a..244e837364adb 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;