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 be4beb7 commit 263b4a0Copy full SHA for 263b4a0
src/llff.rs
@@ -41,7 +41,10 @@ impl Heap {
41
///
42
/// # Safety
43
44
- /// Please ensure that `start_addr`` points to valid memory and that `size`` is correct.
+ /// This function is safe if the following invariants hold:
45
+ ///
46
+ /// * `start_addr`` points to valid memory.
47
+ /// * `size`` is correct.
48
49
/// # Panics
50
0 commit comments