1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-22 20:52:27 +00:00
This commit is contained in:
Dominic 2020-02-24 20:03:09 +01:00
parent 5d730df90d
commit a57176529c
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -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);
}