Skip to content

Commit 98f22d2

Browse files
committed
Fix Env comment for cargo test
1 parent f4e0bc7 commit 98f22d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-spaghetti/src/env.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ use crate::{AsArg, JClass, JFieldID, JMethodID, Local, Ref, ReferenceType, Strin
4040
///
4141
/// ### main_activity.rs
4242
///
43-
/// ```rust
43+
/// ```no_run
4444
/// use java_spaghetti::{Env, Arg};
4545
/// use java_spaghetti::sys::{jboolean, JNI_TRUE};
4646
/// use bindings::java::lang::Object;

0 commit comments

Comments
 (0)