Skip to content

Commit 13b4100

Browse files
committed
Add lib section to rustc_lexer's Cargo.toml
1 parent 09e3989 commit 13b4100

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/librustc_lexer/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ edition = "2018"
77
# Note that this crate purposefully does not depend on other rustc crates
88
[dependencies]
99
unicode-xid = { version = "0.1.0", optional = true }
10+
11+
[lib]
12+
doctest = false
13+
name = "rustc_lexer"

0 commit comments

Comments
 (0)