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.
2 parents 149d392 + 99f4dd9 commit ad7bc97Copy full SHA for ad7bc97
src/fuchsia/mod.rs
@@ -1340,6 +1340,8 @@ cfg_if! {
1340
}
1341
1342
1343
+ // FIXME(msrv): suggested method was added in 1.85
1344
+ #[allow(unpredictable_function_pointer_comparisons)]
1345
impl PartialEq for sigevent {
1346
fn eq(&self, other: &sigevent) -> bool {
1347
self.sigev_value == other.sigev_value
src/unix/bsd/freebsdlike/freebsd/x86_64/mod.rs
@@ -238,6 +238,8 @@ cfg_if! {
238
239
240
241
242
243
impl PartialEq for __c_anonymous_elf64_auxv_union {
244
fn eq(&self, other: &__c_anonymous_elf64_auxv_union) -> bool {
245
unsafe {
0 commit comments