Skip to content

Commit efe2566

Browse files
weiznichTen0
andauthored
Update diesel/src/pg/backend.rs
Co-authored-by: Ten0 <9094255+Ten0@users.noreply.github.com>
1 parent 75b5a20 commit efe2566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diesel/src/pg/backend.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ impl std::fmt::Display for FailedToLookupTypeError {
4040
schema, self.0.type_name
4141
)
4242
} else {
43-
write!(f, "Failed to find a type oid for {}`", self.0.type_name)
43+
write!(f, "Failed to find a type oid for `{}`", self.0.type_name)
4444
}
4545
}
4646
}

0 commit comments

Comments
 (0)