diff --git a/crates/bevy_utils/src/label.rs b/crates/bevy_utils/src/label.rs index 62c769adc25b0b..596731bf554781 100644 --- a/crates/bevy_utils/src/label.rs +++ b/crates/bevy_utils/src/label.rs @@ -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(self) -> Option> where