Skip to content

Commit

Permalink
Update crates/bevy_ecs/src/system/system_name.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bushrat011899 authored Dec 6, 2024
1 parent 1c03bbf commit d8e25ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/system/system_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use derive_more::derive::{AsRef, Display, Into};
/// logger.log("Hello");
/// }
/// ```
#[derive(Debug, Into, AsRef)]
#[derive(Debug, Into, Display, AsRef)]
#[as_ref(str)]
pub struct SystemName<'s>(&'s str);

Expand Down

0 comments on commit d8e25ca

Please sign in to comment.