diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2020-07-23 10:25:49 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2020-08-30 22:57:54 +0300 |
| commit | 7dfbf59f100c52e991796739ff21b9720219703f (patch) | |
| tree | e0c154c8114fc4d4027ed02ce276621469527319 /compiler/rustc | |
| parent | 85fbf49ce0e2274d0acf798f6e703747674feec3 (diff) | |
| download | rust-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.toml | 4 |
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" } |
