Skip to content

Commit 576b286

Browse files
authored
Merge pull request #48 from PLSysSec/eq-trusted-impl
Eq trusted impl
2 parents 420e209 + 1952bba commit 576b286

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flux_support/src/flux_ptr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ impl FluxPtr {
232232
}
233233
}
234234

235+
#[flux_rs::trusted_impl]
235236
impl PartialEq for FluxPtr {
236237
#[flux_rs::trusted(reason = "flux wrappers")]
237238
#[flux_rs::sig(fn (&Self[@x], &Self[@y]) -> bool[x == y])]

0 commit comments

Comments
 (0)