forked from mirror/async-std
		
	rustfmt
This commit is contained in:
		
							parent
							
								
									fb7582bd7a
								
							
						
					
					
						commit
						a05b564486
					
				
					 2 changed files with 2 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -39,11 +39,7 @@ where
 | 
			
		|||
                .collect()
 | 
			
		||||
                .await;
 | 
			
		||||
 | 
			
		||||
            if found_error {
 | 
			
		||||
                None
 | 
			
		||||
            } else {
 | 
			
		||||
                Some(out)
 | 
			
		||||
            }
 | 
			
		||||
            if found_error { None } else { Some(out) }
 | 
			
		||||
        })
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
use std::pin::Pin;
 | 
			
		||||
 | 
			
		||||
use crate::stream::{FromStream, IntoStream, Extend};
 | 
			
		||||
use crate::stream::{Extend, FromStream, IntoStream};
 | 
			
		||||
 | 
			
		||||
impl<T> FromStream<T> for Vec<T> {
 | 
			
		||||
    #[inline]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue