Update salsa (#18212)

This commit is contained in:
Micha Reiser 2025-05-20 09:19:34 +02:00 committed by GitHub
parent f9ca6eb63e
commit 3b56c7ca3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 82 additions and 10 deletions

View file

@ -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.