From a57ac48a17058d46d731fb9c64d506e625c5f07d Mon Sep 17 00:00:00 2001 From: JoJoJet Date: Sun, 7 Aug 2022 02:36:01 -0400 Subject: [PATCH] remove a comment --- crates/bevy_utils/src/label.rs | 1 - 1 file changed, 1 deletion(-) 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