mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-13 09:12:40 +00:00
Update salsa (#18212)
This commit is contained in:
parent
f9ca6eb63e
commit
3b56c7ca3d
10 changed files with 82 additions and 10 deletions
|
|
@ -13,11 +13,10 @@ pub use hover::hover;
|
|||
pub use inlay_hints::inlay_hints;
|
||||
pub use markup::MarkupKind;
|
||||
|
||||
use rustc_hash::FxHashSet;
|
||||
use std::ops::{Deref, DerefMut};
|
||||
|
||||
use ruff_db::files::{File, FileRange};
|
||||
use ruff_text_size::{Ranged, TextRange};
|
||||
use rustc_hash::FxHashSet;
|
||||
use std::ops::{Deref, DerefMut};
|
||||
use ty_python_semantic::types::{Type, TypeDefinition};
|
||||
|
||||
/// Information associated with a text range.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue