This commit is contained in:
Phil Ellison 2025-06-19 19:43:13 +01:00
parent 3285e046bd
commit 9c19f86fbb
2 changed files with 1 additions and 2 deletions

View File

@ -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",

View File

@ -1,4 +1,4 @@
//!
//! TODO
use crate::{
io::Writer, meta::Settings, transformer::TransformedAsset, Asset, AssetLoader,