mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-18 09:31:09 +00:00
![]() ## Summary We don't use `ModExpression` anywhere but it's part of the AST, removes one `not_implemented_yet` and is a trivial 2-liner, so i implemented formatting for `ModExpression`. ## Test Plan None, this kind of node does not occur in file input. Otherwise all the tests for expressions |
||
---|---|---|
.. | ||
mod.rs | ||
mod_expression.rs | ||
mod_function_type.rs | ||
mod_interactive.rs | ||
mod_module.rs |