From d694a4d8fcc467ef385d61f6ffbc10740bd57c3c Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Tue, 26 Nov 2024 19:34:55 -0500 Subject: [PATCH] Add a `.git-blame-ingore-revs` entry for edition 2021 changes Ignore 20f6aa4c8 ("Automatic migration to Rust edition 2021") since this performed a lot of trivial changes to a large percent of the repository. --- .git-blame-ignore-revs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index c85d9782d1374..abf21714f2134 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,5 @@ # Format macro bodies a0c7f8017b964a2de8bc3aabebdabd4a8f2c0905 + +# Automated changes to upgrade to the 2021 edition +20f6aa4c8135ba5e2c079ff21b20f0a1be87e1c4