Skip to content

Commit 0b662c2

Browse files
committed
build: Remove unnecessary build = "build.rs" annotations
1 parent 4b05202 commit 0b662c2

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

src/libprofiler_builtins/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
22
authors = ["The Rust Project Developers"]
3-
build = "build.rs"
43
name = "profiler_builtins"
54
version = "0.0.0"
65
edition = "2018"

src/librustc_attr/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ authors = ["The Rust Project Developers"]
33
name = "rustc_attr"
44
version = "0.0.0"
55
edition = "2018"
6-
build = "build.rs"
76

87
[lib]
98
name = "rustc_attr"

src/librustc_llvm/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
authors = ["The Rust Project Developers"]
33
name = "rustc_llvm"
44
version = "0.0.0"
5-
build = "build.rs"
65
edition = "2018"
76

87
[lib]

src/libstd/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
authors = ["The Rust Project Developers"]
33
name = "std"
44
version = "0.0.0"
5-
build = "build.rs"
65
license = "MIT OR Apache-2.0"
76
repository = "https://github.com/rust-lang/rust.git"
87
description = "The Rust Standard Library"

src/libunwind/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
authors = ["The Rust Project Developers"]
33
name = "unwind"
44
version = "0.0.0"
5-
build = "build.rs"
65
edition = "2018"
76
include = [
87
'/libunwind/*',

src/tools/error_index_generator/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ authors = ["The Rust Project Developers"]
33
name = "error_index_generator"
44
version = "0.0.0"
55
edition = "2018"
6-
build = "build.rs"
76

87
[dependencies]
98
rustdoc = { path = "../../librustdoc" }

0 commit comments

Comments
 (0)