mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-03 21:51:34 +11:00
Mark the test as no_run rather than rust
This commit is contained in:
parent
609e55155b
commit
8ede32ea7b
|
@ -75,7 +75,7 @@ impl<'oam> OamIterator<'oam> {
|
||||||
/// Sets the next oam slot with the provided `object`.
|
/// Sets the next oam slot with the provided `object`.
|
||||||
///
|
///
|
||||||
/// Is equivalent to the following:
|
/// Is equivalent to the following:
|
||||||
/// ```rust
|
/// ```no_run
|
||||||
/// # #![no_main]
|
/// # #![no_main]
|
||||||
/// # #![no_std]
|
/// # #![no_std]
|
||||||
/// # use agb::display::object::{OamIterator, ObjectUnmanaged};
|
/// # use agb::display::object::{OamIterator, ObjectUnmanaged};
|
||||||
|
|
Loading…
Reference in a new issue