Skip to content

Commit f09114a

Browse files
committed
Hide set_image_base API
1 parent df34646 commit f09114a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backtrace/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ mod sgx_no_std_image_base {
134134
/// Set the image base address. This is only available for Fortanix SGX
135135
/// target when the `std` feature is not enabled. This can be used in the
136136
/// standard library to set the correct base address.
137+
#[doc(hidden)]
137138
pub fn set_image_base(base_addr: u64) {
138139
IMAGE_BASE.store(base_addr, SeqCst);
139140
}

0 commit comments

Comments
 (0)