From 13b41000ea7b6fdcc399a817ec4e3e3b9b1281a3 Mon Sep 17 00:00:00 2001 From: topecongiro Date: Sat, 27 Jul 2019 17:21:42 +0900 Subject: [PATCH] Add lib section to rustc_lexer's Cargo.toml --- src/librustc_lexer/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/librustc_lexer/Cargo.toml b/src/librustc_lexer/Cargo.toml index 9c0230e8322..9dcd39ee039 100644 --- a/src/librustc_lexer/Cargo.toml +++ b/src/librustc_lexer/Cargo.toml @@ -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" -- 2.44.0