From 8ede32ea7bfebb1ea89fa8d2a839b3aaa50d380c Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Tue, 30 Apr 2024 20:53:06 +0100 Subject: [PATCH] Mark the test as no_run rather than rust --- agb/src/display/object/unmanaged/object.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agb/src/display/object/unmanaged/object.rs b/agb/src/display/object/unmanaged/object.rs index b4badab9..bcc36a4e 100644 --- a/agb/src/display/object/unmanaged/object.rs +++ b/agb/src/display/object/unmanaged/object.rs @@ -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};