Mark the test as no_run rather than rust

This commit is contained in:
Gwilym Inzani 2024-04-30 20:53:06 +01:00
parent 609e55155b
commit 8ede32ea7b

View file

@ -75,7 +75,7 @@ impl<'oam> OamIterator<'oam> {
/// Sets the next oam slot with the provided `object`.
///
/// Is equivalent to the following:
/// ```rust
/// ```no_run
/// # #![no_main]
/// # #![no_std]
/// # use agb::display::object::{OamIterator, ObjectUnmanaged};