diff --git a/glib/src/main_context_futures.rs b/glib/src/main_context_futures.rs index 867bc5950f33..78ac55aab338 100644 --- a/glib/src/main_context_futures.rs +++ b/glib/src/main_context_futures.rs @@ -355,9 +355,9 @@ impl futures_core::FusedFuture for JoinHandle { } } -/// Safety: We can't rely on the auto implementation because we are retrieving -/// the result as a `Box` from the [`Source`]. We need to -/// rely on type erasure here, so we have to manually assert the Send bound too. +// Safety: We can't rely on the auto implementation because we are retrieving +// the result as a `Box` from the [`Source`]. We need to +// rely on type erasure here, so we have to manually assert the Send bound too. unsafe impl Send for JoinHandle {} // rustdoc-stripper-ignore-next