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:
		@@ -16,10 +16,6 @@ use cookie::CookieJar;
 | 
			
		||||
#[derive(Clone, PartialEq, Show)]
 | 
			
		||||
pub struct Cookies(pub Vec<Cookie>);
 | 
			
		||||
 | 
			
		||||
//TODO: remove when fixed in libstd
 | 
			
		||||
unsafe impl Send for Cookies {}
 | 
			
		||||
unsafe impl Sync for Cookies {}
 | 
			
		||||
 | 
			
		||||
deref!(Cookies => Vec<Cookie>);
 | 
			
		||||
 | 
			
		||||
impl Header for Cookies {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user