We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b4100 commit 98f29f5Copy full SHA for 98f29f5
src/librustc_lexer/Cargo.toml
@@ -8,6 +8,8 @@ edition = "2018"
8
[dependencies]
9
unicode-xid = { version = "0.1.0", optional = true }
10
11
+# Note: do not remove this blank `[lib]` section.
12
+# This will be used when publishing this crate as `rustc-ap-rustc_lexer`.
13
[lib]
14
doctest = false
15
name = "rustc_lexer"
0 commit comments