Skip to content

Commit

Permalink
remove a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JoJoJet committed Aug 7, 2022
1 parent 2bf78bc commit a57ac48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_utils/src/label.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ macro_rules! define_label {
}
/// Attempts to downcast this label to type `L`.
///
/// This may return various kind of references, or owned values depending on the type of `L`.
/// This method is not available for all types of labels.
pub fn downcast<L>(self) -> Option<impl ::std::ops::Deref<Target = L>>
where
Expand Down

0 comments on commit a57ac48

Please sign in to comment.