We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290d572 commit 08460b8Copy full SHA for 08460b8
1 file changed
src/lib.rs
@@ -1740,7 +1740,7 @@ impl<'a> CopyInStatement<'a> {
1740
/// set in memory.
1741
///
1742
/// Returns the number of rows copied.
1743
- pub fn execute<'b, I, J>(&self, mut rows: I) -> Result<usize>
+ pub fn execute<I, J>(&self, mut rows: I) -> Result<usize>
1744
where I: Iterator<Item=J>, J: StreamIterator {
1745
let mut conn = self.conn.conn.borrow_mut();
1746
0 commit comments