Skip to content

Commit 05a6553

Browse files
committed
Drop GenericConnection extension for LargeObjectExt
Doesn't really make sense for the extension trait to extend another related trait.
1 parent ab666e5 commit 05a6553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ use std::i32;
4343
use std::io;
4444

4545
/// An extension trait adding functionality to create and delete large objects.
46-
pub trait LargeObjectExt: GenericConnection {
46+
pub trait LargeObjectExt {
4747
/// Creates a new large object, returning its `Oid`.
4848
fn create_large_object(&self) -> Result<Oid>;
4949

0 commit comments

Comments
 (0)