about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2020-07-22 19:13:02 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2020-07-22 19:13:02 +0300
commit0b662c23580420c3d6a9e457df54c17a934ebdc9 (patch)
tree189cefa413d10fd06399a2835022e2314d5ebd12 /src/libstd
parent4b052024a05d529e2c51cf40a525340f20310466 (diff)
downloadrust-0b662c23580420c3d6a9e457df54c17a934ebdc9.tar.gz
rust-0b662c23580420c3d6a9e457df54c17a934ebdc9.zip
build: Remove unnecessary `build = "build.rs"` annotations
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/Cargo.toml1
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"