We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e3989 commit 13b4100Copy full SHA for 13b4100
src/librustc_lexer/Cargo.toml
@@ -7,3 +7,7 @@ edition = "2018"
7
# Note that this crate purposefully does not depend on other rustc crates
8
[dependencies]
9
unicode-xid = { version = "0.1.0", optional = true }
10
+
11
+[lib]
12
+doctest = false
13
+name = "rustc_lexer"
0 commit comments