Skip to content

Commit fa5b1c0

Browse files
committed
Fix rebase conflicts
1 parent ec4c775 commit fa5b1c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/oak_db/src/file_resolve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ impl<'db> File {
154154
..
155155
} = index.definitions(scope)[def_id].kind()
156156
{
157-
let target = db.file_by_url(&FilePath::from_url(target_url))?;
157+
let target = db.file_by_path(&FilePath::from_url(target_url))?;
158158
return target.resolve_export(db, Name::new(db, forwarded.as_str()));
159159
}
160160
self.definition(db, scope, def_id)

0 commit comments

Comments
 (0)