rustup: sweeping fixes for all the changes in 1.0-alpha
- Some switches to u64 instead of usize - For now, allow(unstable) - use associated types for all the Network stuff
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#![allow(unstable)]
|
||||
extern crate hyper;
|
||||
|
||||
use std::os;
|
||||
|
||||
Reference in New Issue
Block a user