We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996f063 commit 46b4b80Copy full SHA for 46b4b80
postgres-types/src/lib.rs
@@ -960,7 +960,7 @@ mod sealed {
960
/// A helper trait used internally by Rust-Postgres
961
/// to be able create a parameters iterator from `&dyn ToSql` or `T: ToSql`.
962
///
963
-/// /// This cannot be implemented outside of this crate.
+/// This cannot be implemented outside of this crate.
964
pub trait BorrowToSql: sealed::Sealed {
965
/// Get a reference to a `ToSql` trait object
966
fn borrow_to_sql(&self) -> &dyn ToSql;
0 commit comments