Skip to content
Snippets Groups Projects
Commit 6a2ff0ae authored by Jorge Aparicio's avatar Jorge Aparicio
Browse files

inline claim

because it's needed for proper optimization / inlining
parent 8aa36210
Branches
Tags
No related merge requests found
...@@ -134,6 +134,7 @@ impl<T> Resource for Static<T> { ...@@ -134,6 +134,7 @@ impl<T> Resource for Static<T> {
} }
} }
#[inline]
#[doc(hidden)] #[doc(hidden)]
pub unsafe fn claim<T, R, F>( pub unsafe fn claim<T, R, F>(
data: T, data: T,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment