mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 06:34:07 -05:00
Fix logging rules with whitespace around dot (#6022)
## Summary
Attempting to fix, e.g., `logging . warn("Hello World!")` was causing a
syntax error.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#[derive(Copy, Clone)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub enum LoggingLevel {
|
||||
Debug,
|
||||
Critical,
|
||||
|
||||
Reference in New Issue
Block a user