We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fd9f4 commit 1defb22Copy full SHA for 1defb22
1 file changed
crates/traits/src/runtime.rs
@@ -56,7 +56,6 @@ pub trait Spawner: Clone + Send + Sync + 'static {
56
T: Send + 'static;
57
58
/// Spawn with a label for metrics/tracing.
59
- #[must_use]
60
#[must_use = "with_label returns a new labeled spawner, the original is unchanged"]
61
fn with_label(&self, label: &str) -> Self;
62
0 commit comments