Clarify documentation

This commit is contained in:
Oliver Schneider 2017-07-13 16:58:36 +02:00
parent 192da8819f
commit 70a914cd34
No known key found for this signature in database
GPG Key ID: 1D5CB4FC597C3004

View File

@ -48,7 +48,7 @@ pub enum Kind {
Rust,
/// Error if deallocated any other way than `free`
C,
/// Error if deallocated via `rust_deallocate`
/// Error if deallocated except during a stack pop
Stack,
/// May never be deallocated
Static,