mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 21:05:08 +00:00
Remove HashableExpr
abstraction (#14057)
## Summary It looks like `ComparableExpr` now implements `Hash` so we can just remove this.
This commit is contained in:
parent
35c6dfe481
commit
4a3eeeff86
3 changed files with 11 additions and 53 deletions
|
@ -9,7 +9,6 @@ pub use nodes::*;
|
|||
pub mod comparable;
|
||||
pub mod docstrings;
|
||||
mod expression;
|
||||
pub mod hashable;
|
||||
pub mod helpers;
|
||||
pub mod identifier;
|
||||
mod int;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue