mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 04:52:28 +00:00
fix
This commit is contained in:
parent
5d730df90d
commit
a57176529c
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ impl<T : ToString> From<T> for ResourceError
|
|||
}
|
||||
|
||||
#[cfg(feature = "errorlog")]
|
||||
fn errorlog<E : Display>(e : E)
|
||||
fn errorlog<E : std::fmt::Display>(e : E)
|
||||
{
|
||||
error!("The handler encountered an error: {}", e);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue