mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Merge #3630
3630: Feature: remove dat fixme r=matklad a=Veetaha Co-authored-by: veetaha <veetaha2@gmail.com>
This commit is contained in:
commit
2a3543d195
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ pub struct ModuleId {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// An ID of a module, **local** to a specific crate
|
/// An ID of a module, **local** to a specific crate
|
||||||
// FIXME: rename to `LocalModuleId`.
|
|
||||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
||||||
pub struct LocalModuleId(RawId);
|
pub struct LocalModuleId(RawId);
|
||||||
impl_arena_id!(LocalModuleId);
|
impl_arena_id!(LocalModuleId);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue