]> git.lizzy.rs Git - rust.git/commitdiff
Add lib section to rustc_lexer's Cargo.toml
authortopecongiro <seuchida@gmail.com>
Sat, 27 Jul 2019 08:21:42 +0000 (17:21 +0900)
committertopecongiro <seuchida@gmail.com>
Sat, 27 Jul 2019 08:21:42 +0000 (17:21 +0900)
src/librustc_lexer/Cargo.toml

index 9c0230e83221f05e5123ef0d066c4ce5ecaf487c..9dcd39ee03965f7db1447a4cd51196ad1a03af7d 100644 (file)
@@ -7,3 +7,7 @@ edition = "2018"
 # Note that this crate purposefully does not depend on other rustc crates
 [dependencies]
 unicode-xid = { version = "0.1.0", optional = true }
+
+[lib]
+doctest = false
+name = "rustc_lexer"