We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a6c17 commit 05f2b22Copy full SHA for 05f2b22
library/std/src/sys/pal/sgx/abi/usercalls/alloc.rs
@@ -675,7 +675,7 @@ where
675
676
/// Obtain the number of elements in this user slice.
677
pub fn len(&self) -> usize {
678
- unsafe { (*self.0.get()).len() }
+ unsafe { self.0.get().len() }
679
}
680
681
/// Copies the value from user memory and appends it to `dest`.
0 commit comments