Skip to content
Snippets Groups Projects
Commit 5d5c0de2 authored by Per's avatar Per
Browse files

fix

parent 434f9d6d
No related branches found
No related tags found
No related merge requests found
......@@ -285,9 +285,9 @@ Race freeness at this level can be argued from:
```rust
...
LOW.claim_mut_new(b, t, |_low, b, t| {
LOW.claim_mut(b, t, |_low, b, t| {
rtfm::bkpt();
LOW.claim_mut_new(b, t, |_high, _, _| {
LOW.claim_mut(b, t, |_high, _, _| {
rtfm::bkpt();
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment