-
-
Notifications
You must be signed in to change notification settings - Fork 931
Labels
A-linterArea - LinterArea - LinterC-enhancementCategory - New feature or requestCategory - New feature or request
Description
oxc/crates/oxc_linter/src/ast_util.rs
Lines 9 to 13 in 63a830e
| pub fn calculate_hash<T: ContentHash>(t: &T) -> u64 { | |
| let mut hasher = FxHasher::default(); | |
| t.content_hash(&mut hasher); | |
| hasher.finish() | |
| } |
Can now be replaced by ContentEq https://docs.rs/oxc_span/0.27.0/oxc_span/cmp/trait.ContentEq.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-linterArea - LinterArea - LinterC-enhancementCategory - New feature or requestCategory - New feature or request
Type
Fields
Give feedbackPriority
None yet