diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ where /// This method has additional an additional constraint: you can't borrow a /// resource that has ceiling equal `CEILING`. This constraint is required /// to preserve Rust aliasing rules. + #[cfg(not(thumbv6m))] pub fn lock_mut<R, PRIORITY, F>( &'static self, _priority: &mut P<PRIORITY>, |
