mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-10 08:57:36 +00:00
Clarify documentation
This commit is contained in:
parent
192da8819f
commit
70a914cd34
@ -48,7 +48,7 @@ pub enum Kind {
|
|||||||
Rust,
|
Rust,
|
||||||
/// Error if deallocated any other way than `free`
|
/// Error if deallocated any other way than `free`
|
||||||
C,
|
C,
|
||||||
/// Error if deallocated via `rust_deallocate`
|
/// Error if deallocated except during a stack pop
|
||||||
Stack,
|
Stack,
|
||||||
/// May never be deallocated
|
/// May never be deallocated
|
||||||
Static,
|
Static,
|
||||||
|
Loading…
Reference in New Issue
Block a user