Skip to content

Commit 8bb76e8

Browse files
committed
Raw terminals don't work in GHA
1 parent 99b7b10 commit 8bb76e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ fn get_api() -> &'static Api {
476476
/// call this function as the first thing it does. It will set up the SDK
477477
/// and then jump to `neotron_main()`.
478478
///
479-
/// ```
479+
/// ```no_run
480480
/// #[cfg(not(target_os = "none"))]
481481
/// fn main() {
482482
/// neotron_sdk::init();

0 commit comments

Comments
 (0)