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.
CoreArchitecture::from_raw
1 parent 02503e2 commit 2568661Copy full SHA for 2568661
rust/src/architecture.rs
@@ -1403,7 +1403,7 @@ pub struct CoreArchitecture {
1403
1404
impl CoreArchitecture {
1405
// TODO: Leave a note on architecture lifetimes. Specifically that they are never freed.
1406
- pub(crate) unsafe fn from_raw(handle: *mut BNArchitecture) -> Self {
+ pub unsafe fn from_raw(handle: *mut BNArchitecture) -> Self {
1407
debug_assert!(!handle.is_null());
1408
CoreArchitecture { handle }
1409
}
0 commit comments