diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2020-07-22 19:13:02 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2020-07-22 19:13:02 +0300 |
| commit | 0b662c23580420c3d6a9e457df54c17a934ebdc9 (patch) | |
| tree | 189cefa413d10fd06399a2835022e2314d5ebd12 /src/libstd | |
| parent | 4b052024a05d529e2c51cf40a525340f20310466 (diff) | |
| download | rust-0b662c23580420c3d6a9e457df54c17a934ebdc9.tar.gz rust-0b662c23580420c3d6a9e457df54c17a934ebdc9.zip | |
build: Remove unnecessary `build = "build.rs"` annotations
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index 42403bdb1bc..f5d8119f711 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -2,7 +2,6 @@ authors = ["The Rust Project Developers"] name = "std" version = "0.0.0" -build = "build.rs" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/rust.git" description = "The Rust Standard Library" |
