Skip to content

Commit

Permalink
remove unneeded fully qualified path
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Dec 10, 2023
1 parent 2c06a64 commit 21f6faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/fm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub const FILE_EXTENSION: &str = "nr";

pub struct FileManager {
root: PathBuf,
file_map: file_map::FileMap,
file_map: FileMap,
id_to_path: HashMap<FileId, PathBuf>,
path_to_id: HashMap<PathBuf, FileId>,
file_reader: Box<FileReader>,
Expand Down

0 comments on commit 21f6faf

Please sign in to comment.