Skip to content

Commit db80556

Browse files
committed
Fix nightly clippy warning
1 parent 6f99298 commit db80556

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cursor/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ impl Cursor {
134134

135135
/// Execute the given SQL statements and place the cursor at the first
136136
/// reply. The results of any earlier queries on this cursor are discarded.
137-
138137
pub fn execute(&mut self, statements: &str) -> CursorResult<()> {
139138
self.exhaust()?;
140139

0 commit comments

Comments
 (0)