Skip to content

Commit 53db254

Browse files
committed
Auto merge of #671 - est31:master, r=Mark-Simulacrum
Add more exceptions to the list I would also love #667 to be merged, but this probably has to happen after this PR as this PR fixes clippy.
2 parents 060cf48 + 02280c6 commit 53db254

File tree

38 files changed

+116
-126
lines changed

38 files changed

+116
-126
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
[package]
22
name = "crater"
33
version = "0.1.0"
4-
authors = [
5-
"Brian Anderson <banderson@mozilla.com>",
6-
"Pietro Albini <pietro@pietroalbini.org>",
7-
]
8-
edition = "2018"
4+
edition = "2021"
95

106
build = "build.rs"
117

build.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ fn get_git_sha() -> Option<String> {
1515
let symbolic = cmd(&["git", "rev-parse", "--symbolic", "HEAD"]).unwrap();
1616
let symbolic_full = cmd(&["git", "rev-parse", "--symbolic-full-name", "HEAD"]).unwrap();
1717

18-
println!("cargo:rerun-if-changed=.git/{}", symbolic);
18+
println!("cargo:rerun-if-changed=.git/{symbolic}");
1919
if symbolic != symbolic_full {
20-
println!("cargo:rerun-if-changed=.git/{}", symbolic_full);
20+
println!("cargo:rerun-if-changed=.git/{symbolic_full}");
2121
}
2222

2323
Some(sha)
@@ -31,5 +31,5 @@ fn main() {
3131
let sha = format!("{:?}", get_git_sha());
3232

3333
let output = std::env::var("OUT_DIR").unwrap();
34-
::std::fs::write(format!("{}/sha", output), sha.as_bytes()).unwrap();
34+
::std::fs::write(format!("{output}/sha"), sha.as_bytes()).unwrap();
3535
}

config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ crokey = { skip-tests = true } # compiler error checks in tests
149149
"wischli/rpaillier" = { skip-tests = true } # flaky tests
150150
"AntonChernev/suffix-tree-search" = { skip-tests = true } # flaky tests
151151
"0xpr03/yayd" = { skip-tests = true } # network in tests
152+
"gclark916/vulkano_examples" = { skip = true } # spurious proc macro error
153+
"gclark916/vulkano_tri1" = { skip = true } # spurious proc macro error
154+
"Ayrx/binja-rs-hello-world" = { skip = true } # shared directory messed up by first build
155+
"Ninja3047/load-symbols" = { skip = true } # shared directory messed up by first build
156+
"etke/bff" = { skip = true } # shared directory messed up by first build
152157
"APTy/icmp" = { skip-tests = true } # network in tests
153158
"GothAck/rs-async-debug" = { skip-tests = true } # compiler error checks in tests
154159
"hank-der-hafenarbeiter/imperative-rs" = { skip-tests = true } # compiler error checks in tests

local-crates/beta-faulty-deps/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "beta-faulty-deps"
33
version = "0.1.0"
4-
authors = ["Giacomo Pasini <g.pasini98@gmail.com>"]
5-
edition = "2018"
4+
edition = "2021"
65

76
[dependencies]
87
error_code = {git = "https://github.com/rust-lang/crater", rev = "f190933e896443e285e3bb6962fb87d7439b8d65"}

local-crates/clippy-warn/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "clippy-warn"
33
version = "0.1.0"
4-
authors = ["Dylan MacKenzie <ecstaticmorse@gmail.com>"]
5-
edition = "2018"
4+
edition = "2021"
65

76
[dependencies]

local-crates/docs-rs-features/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "docs-rs-features"
33
version = "0.1.0"
4-
authors = ["Joshua Nelson <jyn514@gmail.com>"]
5-
edition = "2018"
4+
edition = "2021"
65

76
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
87

local-crates/error-code/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "error_code"
33
version = "0.1.0"
4-
authors = ["Giacomo Pasini <g.pasini98@gmail.com>"]
5-
edition = "2018"
4+
edition = "2021"
65

76
[dependencies]
87

local-crates/faulty-deps/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "faulty-deps"
33
version = "0.1.0"
4-
authors = ["Giacomo Pasini <g.pasini98@gmail.com>"]
5-
edition = "2018"
4+
edition = "2021"
65

76
[dependencies]
87
error_code = {git = "https://github.com/rust-lang/crater", rev = "c3f462bdab37a93c24b2b172b90564749e892cbc"}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "outdated-lockfile"
33
version = "0.1.0"
4-
authors = ["Pietro Albini <pietro@pietroalbini.org>"]
5-
edition = "2018"
4+
edition = "2021"
65

76
[dependencies]

local-crates/yanked-deps/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "yanked-deps"
33
version = "0.1.0"
4-
authors = ["Pietro Albini <pietro@pietroalbini.org>"]
5-
edition = "2018"
4+
edition = "2021"
65

76
[dependencies]
87
ring = "0.2"

0 commit comments

Comments
 (0)