no more cstack

Daniel Micay
2013-11-22 03:41:38 -08:00
parent 5e6bd91af4
commit 7952b780e2
+1 -1
@@ -18,7 +18,7 @@ foo.rs
```rust
#[no_std];
#[allow(ctypes, cstack)];
#[allow(ctypes)];
extern {
fn malloc(size: uint) -> *mut u8;