Skip to content

Commit 6949245

Browse files
fix: remove duplicate exports and unused JString import
1 parent 8e6cc22 commit 6949245

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mod il2cpp_sdk;
77
mod and64inlinehook;
88

99
use jni::JNIEnv;
10-
use jni::objects::{JClass, JString};
10+
use jni::objects::JClass;
1111
use jni::sys::jstring;
1212
use log::LevelFilter;
1313
use android_logger::Config;
@@ -53,5 +53,4 @@ pub unsafe extern "C" fn Java_com_example_CheatLib_getVersion(
5353
pub use imgui_api::*;
5454
pub use remap::*;
5555
pub use includes::*;
56-
pub use il2cpp_sdk::*;
5756
pub use and64inlinehook::*;

0 commit comments

Comments
 (0)