mirror of
https://github.com/xvxx/phetch
synced 2024-11-16 21:25:45 +00:00
clippy
This commit is contained in:
parent
344e4d7e5f
commit
9c64f7c420
@ -131,7 +131,7 @@ impl fmt::Display for Type {
|
|||||||
if let Some(c) = self.to_char() {
|
if let Some(c) = self.to_char() {
|
||||||
write!(f, "{}", c)
|
write!(f, "{}", c)
|
||||||
} else {
|
} else {
|
||||||
write!(f, "{}", '?')
|
write!(f, "?")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user