remove unreachable path
This commit is contained in:
		
							parent
							
								
									2e8a61b627
								
							
						
					
					
						commit
						bb34541077
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		|  | @ -153,10 +153,6 @@ impl Connection { | |||
|                 let _ = data; | ||||
|                 Ok(()) | ||||
|             } | ||||
|             #[allow(unreachable_patterns)] // depends on features
 | ||||
|             _ => { | ||||
|                 panic!("Connection {:?} does not support immutable send", self) | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vinzenz Schroeter
						Vinzenz Schroeter