diff options
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -645,6 +645,7 @@ pub struct C<T> { impl<SC> C<SC> { /// Raises the system ceiling to match the `resource` ceiling + #[cfg(not(thumbv6m))] pub fn raise<RC, RES, R, F>(&self, _resource: &'static RES, f: F) -> R where RES: ResourceLike<Ceiling = RC>, |