File tree 6 files changed +0
-6
lines changed
tools/error_index_generator
6 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
authors = [" The Rust Project Developers" ]
3
- build = " build.rs"
4
3
name = " profiler_builtins"
5
4
version = " 0.0.0"
6
5
edition = " 2018"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ authors = ["The Rust Project Developers"]
3
3
name = " rustc_attr"
4
4
version = " 0.0.0"
5
5
edition = " 2018"
6
- build = " build.rs"
7
6
8
7
[lib ]
9
8
name = " rustc_attr"
Original file line number Diff line number Diff line change 2
2
authors = [" The Rust Project Developers" ]
3
3
name = " rustc_llvm"
4
4
version = " 0.0.0"
5
- build = " build.rs"
6
5
edition = " 2018"
7
6
8
7
[lib ]
Original file line number Diff line number Diff line change 2
2
authors = [" The Rust Project Developers" ]
3
3
name = " std"
4
4
version = " 0.0.0"
5
- build = " build.rs"
6
5
license = " MIT OR Apache-2.0"
7
6
repository = " https://github.com/rust-lang/rust.git"
8
7
description = " The Rust Standard Library"
Original file line number Diff line number Diff line change 2
2
authors = [" The Rust Project Developers" ]
3
3
name = " unwind"
4
4
version = " 0.0.0"
5
- build = " build.rs"
6
5
edition = " 2018"
7
6
include = [
8
7
' /libunwind/*' ,
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ authors = ["The Rust Project Developers"]
3
3
name = " error_index_generator"
4
4
version = " 0.0.0"
5
5
edition = " 2018"
6
- build = " build.rs"
7
6
8
7
[dependencies ]
9
8
rustdoc = { path = " ../../librustdoc" }
You can’t perform that action at this time.
0 commit comments