fix typos in mbe tests
This commit is contained in:
@@ -11,7 +11,7 @@ pub(crate) fn goto_implementation(
|
||||
db: &RootDatabase,
|
||||
position: FilePosition,
|
||||
) -> Option<RangeInfo<Vec<NavigationTarget>>> {
|
||||
let file = db.parse(position.file_id);
|
||||
let file = db.parse(position.file_id).tree;
|
||||
let syntax = file.syntax();
|
||||
|
||||
let module = source_binder::module_from_position(db, position)?;
|
||||
|
||||
Reference in New Issue
Block a user