Skip to content

Commit 46b4b80

Browse files
authored
Update postgres-types/src/lib.rs
1 parent 996f063 commit 46b4b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ mod sealed {
960960
/// A helper trait used internally by Rust-Postgres
961961
/// to be able create a parameters iterator from `&dyn ToSql` or `T: ToSql`.
962962
///
963-
/// /// This cannot be implemented outside of this crate.
963+
/// This cannot be implemented outside of this crate.
964964
pub trait BorrowToSql: sealed::Sealed {
965965
/// Get a reference to a `ToSql` trait object
966966
fn borrow_to_sql(&self) -> &dyn ToSql;

0 commit comments

Comments
 (0)