We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bevy_asset_macros
1 parent 3dd4dfb commit 63a0bb6Copy full SHA for 63a0bb6
crates/bevy_asset/macros/src/lib.rs
@@ -1,5 +1,4 @@
1
-// FIXME(3492): remove once docs are ready
2
-#![allow(missing_docs)]
+#![expect(missing_docs, reason = "Not all docs are written yet, see #3492.")]
3
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
4
5
use bevy_macro_utils::BevyManifest;
0 commit comments