about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2019-07-23 10:38:18 +0300
committerGitHub <noreply@github.com>2019-07-23 10:38:18 +0300
commit7e612c19bee19b41796e8a4f4fe8a41714d7b3c7 (patch)
tree7accba407d499c67f9a569f5bdbb5af16ded6966 /src
parent27b703dd409c875853394f9c7f8400cd34390088 (diff)
downloadrust-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.rs2
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;