We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unpredictable_function_pointer_comparisons
1 parent ca23f47 commit 8c8ed8fCopy full SHA for 8c8ed8f
core/src/task/wake.rs
@@ -104,6 +104,7 @@ impl RawWaker {
104
/// synchronization. This is because [`LocalWaker`] is not thread safe itself, so it cannot
105
/// be sent across threads.
106
#[stable(feature = "futures_api", since = "1.36.0")]
107
+#[allow(unpredictable_function_pointer_comparisons)]
108
#[derive(PartialEq, Copy, Clone, Debug)]
109
pub struct RawWakerVTable {
110
/// This function will be called when the [`RawWaker`] gets cloned, e.g. when
0 commit comments