We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25574e5 commit f25f468Copy full SHA for f25f468
src/libcore/ops/place.rs
@@ -32,8 +32,8 @@ pub unsafe trait Place<Data: ?Sized> {
32
/// Note that the data at this address is generally uninitialized,
33
/// and thus one should use `ptr::write` for initializing it.
34
///
35
- /// This function must return a valid (non-zero) pointer to
36
- /// a location at which a value of type `Data` can be written.
+ /// This function must return a pointer through which a value
+ /// of type `Data` can be written.
37
fn pointer(&mut self) -> *mut Data;
38
}
39
0 commit comments