about summary refs log tree commit diff
path: root/compiler/rustc
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2020-07-23 10:25:49 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2020-08-30 22:57:54 +0300
commit7dfbf59f100c52e991796739ff21b9720219703f (patch)
treee0c154c8114fc4d4027ed02ce276621469527319 /compiler/rustc
parent85fbf49ce0e2274d0acf798f6e703747674feec3 (diff)
downloadrust-7dfbf59f100c52e991796739ff21b9720219703f.tar.gz
rust-7dfbf59f100c52e991796739ff21b9720219703f.zip
cleanup: Remove duplicate library names from `Cargo.toml`s
Diffstat (limited to 'compiler/rustc')
-rw-r--r--compiler/rustc/Cargo.toml4
1 files changed, 0 insertions, 4 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" }