Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Jan 14, 2025
1 parent 719c95a commit a50e77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frida-gum/src/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

use crate::MemoryRange;
#[cfg(feature = "std")]
use std::string::ToString;
use std::{ffi::CStr, string::ToString};

use {
crate::{Gum, NativePointer, PageProtection, RangeDetails},
core::{ffi::c_void, ffi::CStr, fmt},
core::{ffi::c_void, fmt},
cstr_core::CString,
frida_gum_sys as gum_sys,
frida_gum_sys::{
Expand Down

0 comments on commit a50e77f

Please sign in to comment.