mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-31 08:53:47 +00:00
Upgrade salsa (#13757)
This commit is contained in:
parent
72ac6cd5a5
commit
5f65e842e8
12 changed files with 143 additions and 120 deletions
|
@ -35,7 +35,7 @@ impl<'db> SemanticModel<'db> {
|
|||
line_index(self.db.upcast(), self.file)
|
||||
}
|
||||
|
||||
pub fn resolve_module(&self, module_name: ModuleName) -> Option<Module> {
|
||||
pub fn resolve_module(&self, module_name: &ModuleName) -> Option<Module> {
|
||||
resolve_module(self.db, module_name)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue