diff options
| -rw-r--r-- | src/librustc_lexer/Cargo.toml | 2 |
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" |
