mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
[red-knot] Improved file watching (#12382)
This commit is contained in:
parent
a9f8bd59b2
commit
40d9324f5a
16 changed files with 1476 additions and 381 deletions
|
@ -34,6 +34,7 @@ pub trait Db: DbWithJar<Jar> {
|
|||
/// Trait for upcasting a reference to a base trait object.
|
||||
pub trait Upcast<T: ?Sized> {
|
||||
fn upcast(&self) -> &T;
|
||||
fn upcast_mut(&mut self) -> &mut T;
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue