Clarify documentation

This commit is contained in:
Oliver Schneider
2017-07-13 16:58:36 +02:00
parent 192da8819f
commit 70a914cd34
+1 -1
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,