Remove
This commit is contained in:
parent
3285e046bd
commit
9c19f86fbb
@ -138,7 +138,6 @@
|
||||
//! If you want to save your assets back to disk, you should implement [`AssetSaver`](saver::AssetSaver) as well.
|
||||
//! This trait mirrors [`AssetLoader`] in structure, and works in tandem with [`AssetWriter`](io::AssetWriter), which mirrors [`AssetReader`](io::AssetReader).
|
||||
|
||||
//#![expect(missing_docs, reason = "Not all docs are written yet, see #3492.")]
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
#![doc(
|
||||
html_logo_url = "https://bevy.org/assets/icon.png",
|
||||
|
@ -1,4 +1,4 @@
|
||||
//!
|
||||
//! TODO
|
||||
|
||||
use crate::{
|
||||
io::Writer, meta::Settings, transformer::TransformedAsset, Asset, AssetLoader,
|
||||
|
Loading…
Reference in New Issue
Block a user