Fix make tidy
This commit is contained in:
parent
29f3636282
commit
5bd54a2468
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ fn maybe_stringify<T: StringifyType>(opt: Option<T>) -> &'static str {
|
|||
match opt {
|
||||
Some(_) => T::stringify_type(),
|
||||
None => "none",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue