mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 11:59:35 +00:00
Remove misc. unnecessary statements
This commit is contained in:
parent
43a4f5749e
commit
ca6551eb37
3 changed files with 0 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
|||
extern crate core;
|
||||
|
||||
mod ast;
|
||||
mod autofix;
|
||||
pub mod cache;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern crate core;
|
||||
|
||||
use std::io;
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::process::ExitCode;
|
||||
|
|
|
@ -39,7 +39,6 @@ impl fmt::Display for Message {
|
|||
f,
|
||||
"{}{}{}{}{}{} {} {}",
|
||||
relativize_path(Path::new(&self.filename)).white().bold(),
|
||||
// self.filename.white(),
|
||||
":".cyan(),
|
||||
self.location.row(),
|
||||
":".cyan(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue