mirror of
https://github.com/astral-sh/ruff
synced 2026-01-23 06:20:55 -05:00
Remove unnecessary path prefixes (#4492)
This commit is contained in:
@@ -295,8 +295,8 @@ impl OneIndexed {
|
||||
}
|
||||
}
|
||||
|
||||
impl std::fmt::Display for OneIndexed {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
impl fmt::Display for OneIndexed {
|
||||
fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result {
|
||||
std::fmt::Debug::fmt(&self.0.get(), f)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user