mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-02 08:55:47 +00:00
## Summary
Attempting to fix, e.g., `logging . warn("Hello World!")` was causing a
syntax error.
|
||
|---|---|---|
| .. | ||
| builtins.rs | ||
| future.rs | ||
| identifiers.rs | ||
| keyword.rs | ||
| lib.rs | ||
| logging.rs | ||
| path.rs | ||
| str.rs | ||
| sys.rs | ||
| typing.rs | ||