mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 04:39:16 +00:00
remove useless hash
This commit is contained in:
parent
af62fde57f
commit
bbcd3566de
@ -17,7 +17,7 @@ use ra_syntax::{
|
|||||||
use crate::{MacroCallId, PersistentHirDatabase};
|
use crate::{MacroCallId, PersistentHirDatabase};
|
||||||
|
|
||||||
// Hard-coded defs for now :-(
|
// Hard-coded defs for now :-(
|
||||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||||
pub enum MacroDef {
|
pub enum MacroDef {
|
||||||
Vec,
|
Vec,
|
||||||
QueryGroup,
|
QueryGroup,
|
||||||
|
@ -115,7 +115,7 @@ pub struct ModuleTree {
|
|||||||
links: Arena<LinkId, LinkData>,
|
links: Arena<LinkId, LinkData>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, PartialEq, Eq, Hash)]
|
#[derive(Debug, PartialEq, Eq)]
|
||||||
pub struct ModuleData {
|
pub struct ModuleData {
|
||||||
file_id: HirFileId,
|
file_id: HirFileId,
|
||||||
/// Points to `ast::Module`, `None` for the whole file.
|
/// Points to `ast::Module`, `None` for the whole file.
|
||||||
|
Loading…
Reference in New Issue
Block a user