cleanup: Remove duplicate library names from Cargo.toml
s
This commit is contained in:
parent
85fbf49ce0
commit
7dfbf59f10
7 changed files with 1 additions and 10 deletions
|
@ -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" }
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue