diff --git a/crates/bevy_dylib/src/lib.rs b/crates/bevy_dylib/src/lib.rs index 982ef0207d..1ff40ce3e8 100644 --- a/crates/bevy_dylib/src/lib.rs +++ b/crates/bevy_dylib/src/lib.rs @@ -53,8 +53,6 @@ //! use bevy_dylib; //! ``` -#![no_std] - // Force linking of the main bevy crate #[expect( unused_imports,