mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
use ggemini Display trait
This commit is contained in:
parent
29fee89e64
commit
c64bb628f2
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ pub fn handle(
|
||||||
},
|
},
|
||||||
})),
|
})),
|
||||||
status => callback(Response::Failure(Failure::Status {
|
status => callback(Response::Failure(Failure::Status {
|
||||||
message: format!("Undefined status code `{:?}`", status), // @TODO implement display trait for `ggemini` lib
|
message: format!("Undefined status code `{status}`"),
|
||||||
})),
|
})),
|
||||||
},
|
},
|
||||||
Err(e) => callback(Response::Failure(Failure::Error {
|
Err(e) => callback(Response::Failure(Failure::Error {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue