mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 14:52:01 +00:00
Remove salsa::report_untracked_read
when finding the dynamic module resolution paths (#12509)
This commit is contained in:
parent
e18b4e42d3
commit
2f54d05d97
7 changed files with 242 additions and 67 deletions
|
@ -15,6 +15,10 @@ impl FileRevision {
|
|||
Self(value)
|
||||
}
|
||||
|
||||
pub fn now() -> Self {
|
||||
Self::from(filetime::FileTime::now())
|
||||
}
|
||||
|
||||
pub const fn zero() -> Self {
|
||||
Self(0)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue