We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335d8b8 commit dbfdbd2Copy full SHA for dbfdbd2
crates/bevy_ecs/src/system/function_system.rs
@@ -352,7 +352,7 @@ where
352
{
353
/// Message shown when a system isn't initialised
354
// When lines get too long, rustfmt can sometimes refuse to format them.
355
- // Work around this by abstracting over the message.
+ // Work around this by storing the message separately.
356
const PARAM_MESSAGE: &'static str = "System's param_state was not found. Did you forget to initialize this system before running it?";
357
}
358
0 commit comments