We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac48e62 commit 0a51a9fCopy full SHA for 0a51a9f
library/core/src/task/wake.rs
@@ -37,6 +37,7 @@ impl RawWaker {
37
/// The `vtable` customizes the behavior of a `Waker` which gets created
38
/// from a `RawWaker`. For each operation on the `Waker`, the associated
39
/// function in the `vtable` of the underlying `RawWaker` will be called.
40
+ #[inline]
41
#[rustc_promotable]
42
#[stable(feature = "futures_api", since = "1.36.0")]
43
#[rustc_const_stable(feature = "futures_api", since = "1.36.0")]
0 commit comments