about summary refs log tree commit diff
diff options
context:
space:
mode:
authortopecongiro <seuchida@gmail.com>2019-07-27 22:10:09 +0900
committertopecongiro <seuchida@gmail.com>2019-07-27 22:10:09 +0900
commit98f29f5e38bc385f661fc81d67f980bc0e91d6e4 (patch)
tree2fa8c0cde6ed4fbeaa0e7a0a788c4ad68736922f
parent13b41000ea7b6fdcc399a817ec4e3e3b9b1281a3 (diff)
downloadrust-98f29f5e38bc385f661fc81d67f980bc0e91d6e4.tar.gz
rust-98f29f5e38bc385f661fc81d67f980bc0e91d6e4.zip
Add comment
-rw-r--r--src/librustc_lexer/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librustc_lexer/Cargo.toml b/src/librustc_lexer/Cargo.toml
index 9dcd39ee039..0dbcda618ec 100644
--- a/src/librustc_lexer/Cargo.toml
+++ b/src/librustc_lexer/Cargo.toml
@@ -8,6 +8,8 @@ edition = "2018"
 [dependencies]
 unicode-xid = { version = "0.1.0", optional = true }
 
+# Note: do not remove this blank `[lib]` section.
+# This will be used when publishing this crate as `rustc-ap-rustc_lexer`.
 [lib]
 doctest = false
 name = "rustc_lexer"