Unnecessary path prefix

This commit is contained in:
gwenn
2024-10-27 14:20:40 +01:00
parent 4ec54f1a12
commit da7e87f62e
11 changed files with 40 additions and 40 deletions

View File

@@ -285,8 +285,8 @@ pub enum InitError {
NullFunctionPointer,
}
#[cfg(feature = "loadable_extension")]
impl ::std::fmt::Display for InitError {
fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result {
impl fmt::Display for InitError {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
match *self {
Self::VersionMismatch {
compile_time,