diff options
Diffstat (limited to 'rust/kernel/xarray.rs')
| -rw-r--r-- | rust/kernel/xarray.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/kernel/xarray.rs b/rust/kernel/xarray.rs index a49d6db28845..46e5f43223fe 100644 --- a/rust/kernel/xarray.rs +++ b/rust/kernel/xarray.rs @@ -172,6 +172,7 @@ pub struct StoreError<T> { } impl<T> From<StoreError<T>> for Error { + #[inline] fn from(value: StoreError<T>) -> Self { value.error } |
