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 d37781b commit dfdf8f1Copy full SHA for dfdf8f1
oo-bindgen/src/backend/java/jni/copy/util.rs
@@ -9,7 +9,7 @@ impl<'a> LocalFrameGuard<'a> {
9
}
10
11
12
-impl<'a> Drop for LocalFrameGuard<'a> {
+impl Drop for LocalFrameGuard<'_> {
13
fn drop(&mut self) {
14
let _ = self.env.pop_local_frame(jni::objects::JObject::null());
15
oo-bindgen/src/model/doc.rs
@@ -650,7 +650,6 @@ impl TryFrom<&str> for DocStringElement<Unvalidated> {
650
651
#[cfg(test)]
652
mod tests {
653
- use std::convert::TryInto;
654
655
use super::*;
656
0 commit comments