Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
bing committed Jun 8, 2024
1 parent a0cca5f commit 4220f32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ pub struct Ty {
}

/// The module preceding structs, functions, or variables.
// TODO: Hash should probably be implemented manually, right now two alias might have different span and so this will give different hashes
#[derive(Default, Debug, Clone, Serialize, Deserialize, Hash, PartialEq, Eq)]
pub enum ModulePath {
#[default]
Expand Down

0 comments on commit 4220f32

Please sign in to comment.