ruff/crates/ruff_python_semantic/src/analyze
Charlie Marsh 626d8dc2cc
Use `.as_ref()` in lieu of `&**` (#5874)
I find this less opaque (and often more succinct).
2023-07-19 00:49:13 +00:00
..
branch_detection.rs Refactor `StmtIf`: Formatter and Linter (#5459) 2023-07-18 13:40:15 +02:00
function_type.rs Remove some additional manual iterator matches (#5482) 2023-07-03 16:29:59 +00:00
logging.rs Format let-else with rustfmt nightly (#5461) 2023-07-03 02:13:35 +00:00
mod.rs Extract shared simple AST node inference utility (#4871) 2023-06-05 18:23:37 +00:00
type_inference.rs Use `.as_ref()` in lieu of `&**` (#5874) 2023-07-19 00:49:13 +00:00
typing.rs Move `Literal` flag detection into recurse phase (#5768) 2023-07-15 02:04:15 +00:00
visibility.rs Use `matches!` for `CallPath` comparisons (#5099) 2023-06-14 17:06:34 -04:00