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_encase_derive
1 parent 63a0bb6 commit d7f134aCopy full SHA for d7f134a
crates/bevy_encase_derive/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
#![forbid(unsafe_code)]
4
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
5
#![doc(
0 commit comments