## Summary In https://github.com/astral-sh/ruff/pull/6512, we added a flag to the AST to mark implicitly-concatenated string expressions. This PR makes use of that flag to remove the `is_implicit_concatenation` method. ## Test Plan `cargo test`
allow(pedantic)
.map_or(false, $closure)
.is_some_and(closure)
SemanticModel#find_binding
Jupyter
PythonVersion