Disallow nightly failures (#115)
Always install rustfmt since nightly may change underneath it, causing linking to break. Apply rustfmt
This commit is contained in:
		
				
					committed by
					
						 Sean McArthur
						Sean McArthur
					
				
			
			
				
	
			
			
			
						parent
						
							a72a6bc8f0
						
					
				
				
					commit
					dad113e17b
				
			| @@ -187,7 +187,10 @@ impl Builder { | ||||
|     #[cfg(feature = "unstable")] | ||||
|     pub fn initial_stream_id(&mut self, stream_id: u32) -> &mut Self { | ||||
|         self.stream_id = stream_id.into(); | ||||
|         assert!(self.stream_id.is_client_initiated(), "stream id must be odd"); | ||||
|         assert!( | ||||
|             self.stream_id.is_client_initiated(), | ||||
|             "stream id must be odd" | ||||
|         ); | ||||
|         self | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user