Skip to content

Commit 4d83961

Browse files
committed
ra_hir_def: remove dat fixme
1 parent 46c618f commit 4d83961

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ra_hir_def/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ pub struct ModuleId {
6464
}
6565

6666
/// An ID of a module, **local** to a specific crate
67-
// FIXME: rename to `LocalModuleId`.
6867
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
6968
pub struct LocalModuleId(RawId);
7069
impl_arena_id!(LocalModuleId);

0 commit comments

Comments
 (0)