Skip to content

Commit dfdf8f1

Browse files
committed
more lints
1 parent d37781b commit dfdf8f1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

oo-bindgen/src/backend/java/jni/copy/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ impl<'a> LocalFrameGuard<'a> {
99
}
1010
}
1111

12-
impl<'a> Drop for LocalFrameGuard<'a> {
12+
impl Drop for LocalFrameGuard<'_> {
1313
fn drop(&mut self) {
1414
let _ = self.env.pop_local_frame(jni::objects::JObject::null());
1515
}

oo-bindgen/src/model/doc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@ impl TryFrom<&str> for DocStringElement<Unvalidated> {
650650

651651
#[cfg(test)]
652652
mod tests {
653-
use std::convert::TryInto;
654653

655654
use super::*;
656655

0 commit comments

Comments
 (0)