mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
Handle rustc_interface cases of rustc::potential_query_instability lint
This commit is contained in:
@@ -470,7 +470,6 @@ fn hash_iter_files<P: AsRef<Path>>(
|
||||
})
|
||||
}
|
||||
|
||||
#[allow(rustc::potential_query_instability)]
|
||||
let extra_tracked_files = hash_iter_files(
|
||||
file_depinfo.iter().map(|path_sym| normalize_path(PathBuf::from(path_sym.as_str()))),
|
||||
checksum_hash_algo,
|
||||
|
||||
Reference in New Issue
Block a user