hackndev / zinc

The bare metal stack for rust
zinc.rs
Apache License 2.0
1k stars 100 forks source link

Fix warnings #279

Closed rnestler closed 9 years ago

rnestler commented 9 years ago

This should fix almost all warnings with rustc 1.0.0-nightly (522d09dfe 2015-02-19) (built 2015-02-21) Basically some int/uint -> usize/isize replacement and some feature attributes

farcaller commented 9 years ago

Thanks for fixing those ints!