Skip to content

Commit 2a3543d

Browse files
bors[bot]Veetaha
andauthored
Merge #3630
3630: Feature: remove dat fixme r=matklad a=Veetaha Co-authored-by: veetaha <[email protected]>
2 parents a8ddea8 + 4d83961 commit 2a3543d

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)