mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
Improve Message
sorting performance (#4624)
This commit is contained in:
parent
17d938f078
commit
85f094f592
4 changed files with 23 additions and 10 deletions
|
@ -107,7 +107,7 @@ quoting the executed command, along with the relevant file contents and `pyproje
|
|||
#[cfg(windows)]
|
||||
assert!(colored::control::set_virtual_terminal(true).is_ok());
|
||||
|
||||
let log_level: LogLevel = (&log_level_args).into();
|
||||
let log_level = LogLevel::from(&log_level_args);
|
||||
set_up_logging(&log_level)?;
|
||||
|
||||
match command {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue