Add src to Settings hash

This commit is contained in:
Charlie Marsh 2022-12-21 21:01:20 -05:00
parent ff66d08cef
commit 2a37017e8c
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ impl Hash for Settings {
}
}
self.show_source.hash(state);
self.src.hash(state);
self.target_version.hash(state);
// Add plugin properties in alphabetical order.
self.flake8_annotations.hash(state);