File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ pub struct Module<'a> {
9191 _gum : & ' a Gum ,
9292}
9393
94- impl < ' a > Module < ' a > {
94+ impl Module < ' _ > {
9595 pub fn obtain ( gum : & Gum ) -> Module {
9696 Module { _gum : gum }
9797 }
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ pub struct FileMapping<'a> {
6464 phantom : PhantomData < & ' a gum_sys:: GumFileMapping > ,
6565}
6666
67- impl < ' a > FileMapping < ' a > {
67+ impl FileMapping < ' _ > {
6868 pub ( crate ) fn from_raw ( file : * const gum_sys:: GumFileMapping ) -> Option < Self > {
6969 if file. is_null ( ) {
7070 None
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ impl<'a> Transformer<'a> {
204204 }
205205}
206206
207- impl < ' a > Drop for Transformer < ' a > {
207+ impl Drop for Transformer < ' _ > {
208208 fn drop ( & mut self ) {
209209 unsafe { frida_gum_sys:: g_object_unref ( self . transformer as * mut c_void ) }
210210 }
You can’t perform that action at this time.
0 commit comments