Remove salsa::report_untracked_read when finding the dynamic module resolution paths (#12509)

This commit is contained in:
Micha Reiser 2024-07-29 11:31:29 +02:00 committed by GitHub
parent e18b4e42d3
commit 2f54d05d97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 242 additions and 67 deletions

View file

@ -15,6 +15,10 @@ impl FileRevision {
Self(value)
}
pub fn now() -> Self {
Self::from(filetime::FileTime::now())
}
pub const fn zero() -> Self {
Self(0)
}