diff options
| author | Michael Goulet <michael@errs.io> | 2022-11-09 21:53:37 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-09 21:53:37 -0800 |
| commit | 41c8a62b108e05c37a6ae9bca2bb0a46bc9a83e8 (patch) | |
| tree | bf16592d23400cf8eb8b90842484b46b0c8a1b28 | |
| parent | 5499687128fc1d8cf20ea99b8fd918c2bbb1eb14 (diff) | |
| parent | 35ef05a1461b0f55c4d3d966aec43709284ea5d6 (diff) | |
| download | rust-41c8a62b108e05c37a6ae9bca2bb0a46bc9a83e8.tar.gz rust-41c8a62b108e05c37a6ae9bca2bb0a46bc9a83e8.zip | |
Rollup merge of #104190 - Nilstrieb:patch-1, r=compiler-errors
Ignore "Change InferCtxtBuilder from enter to build" in git blame Because it changed the indentation of many things, this commit caused a lot of diff with no functional changes, so we should ignore it. r? ```@compiler-errors``` as you've complained about this before The relevant commit: https://github.com/rust-lang/rust/commit/283abbf0e7d20176f76006825b5c52e9a4234e4c
| -rw-r--r-- | .git-blame-ignore-revs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 307e22b0df1..b40066d05d3 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -4,3 +4,5 @@ a06baa56b95674fc626b3c3fd680d6a65357fe60 95e00bfed801e264e9c4ac817004153ca0f19eb6 # reformat with new rustfmt 971c549ca334b7b7406e61e958efcca9c4152822 +# refactor infcx building +283abbf0e7d20176f76006825b5c52e9a4234e4c |
