We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
world/error.rs
1 parent d5fba74 commit c81d383Copy full SHA for c81d383
crates/bevy_ecs/src/world/error.rs
@@ -1,6 +1,4 @@
1
-//! Contains error types returned by methods on [`World`].
2
-//!
3
-//! [`World`]: crate::world::World
+//! Contains error types returned by bevy's schedule.
4
5
use thiserror::Error;
6
0 commit comments