about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-08-30 23:14:05 +0000
committerbors <bors@rust-lang.org>2020-08-30 23:14:05 +0000
commit022e1fe235ec40248cd8f6b5ba8f37d7e14d656e (patch)
tree5b2d25c1b51950c23312b937d57f328b54ab29a5 /compiler
parent36b0d7e25769e88fec85e1d073196065a7f2d7c4 (diff)
parent7dfbf59f100c52e991796739ff21b9720219703f (diff)
downloadrust-022e1fe235ec40248cd8f6b5ba8f37d7e14d656e.tar.gz
rust-022e1fe235ec40248cd8f6b5ba8f37d7e14d656e.zip
Auto merge of #74668 - petrochenkov:noname, r=mark-i-m
cleanup: Remove duplicate library names from `Cargo.toml`s
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc/Cargo.toml4
-rw-r--r--compiler/rustc_lexer/Cargo.toml1
2 files changed, 0 insertions, 5 deletions
diff --git a/compiler/rustc/Cargo.toml b/compiler/rustc/Cargo.toml
index 4340d50f845..cf011e63e02 100644
--- a/compiler/rustc/Cargo.toml
+++ b/compiler/rustc/Cargo.toml
@@ -4,10 +4,6 @@ name = "rustc-main"
 version = "0.0.0"
 edition = '2018'
 
-[[bin]]
-name = "rustc_binary"
-path = "src/main.rs"
-
 [dependencies]
 rustc_driver = { path = "../rustc_driver" }
 
diff --git a/compiler/rustc_lexer/Cargo.toml b/compiler/rustc_lexer/Cargo.toml
index 28b56f6fef4..390a21a501c 100644
--- a/compiler/rustc_lexer/Cargo.toml
+++ b/compiler/rustc_lexer/Cargo.toml
@@ -14,7 +14,6 @@ Rust lexer used by rustc. No stability guarantees are provided.
 # This will be used when publishing this crate as `rustc-ap-rustc_lexer`.
 [lib]
 doctest = false
-name = "rustc_lexer"
 
 # Note that this crate purposefully does not depend on other rustc crates
 [dependencies]