diff --git a/crates/bevy_asset/src/io/mod.rs b/crates/bevy_asset/src/io/mod.rs
index 735c7527ca..948382ca31 100644
--- a/crates/bevy_asset/src/io/mod.rs
+++ b/crates/bevy_asset/src/io/mod.rs
@@ -728,10 +728,7 @@ struct EmptyPathStream;
impl Stream for EmptyPathStream {
type Item = PathBuf;
- fn poll_next(
- self: Pin<&mut Self>,
- _cx: &mut core::task::Context<'_>,
- ) -> Poll