Skip to content

Commit aa77d64

Browse files
faster???
1 parent ea0a7cd commit aa77d64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ dependencies = [
10141014
[[package]]
10151015
name = "derivative"
10161016
version = "2.2.0"
1017-
source = "git+https://github.com/compiler-errors/rust-derivative.git?branch=fast-discriminant#fd1434ceff14441827f68505bc7f13e6d4eec6da"
1017+
source = "git+https://github.com/compiler-errors/rust-derivative.git?rev=fe4c30f#fe4c30f5cf55185d452c453a3b003dd924a880f3"
10181018
dependencies = [
10191019
"proc-macro2",
10201020
"quote",

compiler/rustc_type_ir/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ rustc_serialize = { path = "../rustc_serialize" }
1212
rustc_data_structures = { path = "../rustc_data_structures" }
1313
rustc_macros = { path = "../rustc_macros" }
1414
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
15-
derivative = { git = "https://github.com/compiler-errors/rust-derivative.git", branch = "fast-discriminant" }
15+
derivative = { git = "https://github.com/compiler-errors/rust-derivative.git", rev = "fe4c30f" }

src/tools/tidy/src/extdeps.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::path::Path;
66
/// List of allowed sources for packages.
77
const ALLOWED_SOURCES: &[&str] = &[
88
"\"registry+https://github.com/rust-lang/crates.io-index\"",
9-
"\"git+https://github.com/compiler-errors/rust-derivative.git?branch=fast-discriminant#fd1434ceff14441827f68505bc7f13e6d4eec6da\"",
9+
"\"git+https://github.com/compiler-errors/rust-derivative.git?rev=fe4c30f#fe4c30f5cf55185d452c453a3b003dd924a880f3\"",
1010
];
1111

1212
/// Checks for external package sources. `root` is the path to the directory that contains the

0 commit comments

Comments
 (0)