clippy2
This commit is contained in:
		
							parent
							
								
									f3682d0b82
								
							
						
					
					
						commit
						42ef2ebcbb
					
				| @ -6,8 +6,6 @@ use std::future::Future; | |||||||
| use std::pin::Pin; | use std::pin::Pin; | ||||||
| use std::iter::IntoIterator; | use std::iter::IntoIterator; | ||||||
| 
 | 
 | ||||||
| use log::warn; |  | ||||||
| 
 |  | ||||||
| use libpso::packet::{ship::Message, messages::GameMessage}; | use libpso::packet::{ship::Message, messages::GameMessage}; | ||||||
| use crate::ship::map::MapArea; | use crate::ship::map::MapArea; | ||||||
| use crate::ship::ship::SendShipPacket; | use crate::ship::ship::SendShipPacket; | ||||||
| @ -885,7 +883,6 @@ where | |||||||
|     move |(mut item_state, mut transaction), _| { |     move |(mut item_state, mut transaction), _| { | ||||||
|         let item_drop = item_drop.clone(); |         let item_drop = item_drop.clone(); | ||||||
|         Box::pin(async move { |         Box::pin(async move { | ||||||
|             warn!("converting item drop to floor item"); |  | ||||||
|             enum ItemOrMeseta { |             enum ItemOrMeseta { | ||||||
|                 Individual(ItemDetail), |                 Individual(ItemDetail), | ||||||
|                 Stacked(Tool), |                 Stacked(Tool), | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user