redundant bit of code
This commit is contained in:
		
							parent
							
								
									3c8a35de83
								
							
						
					
					
						commit
						bdfcb5c0ad
					
				| @ -22,7 +22,6 @@ pub enum TriggerCreateItem { | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #[derive(thiserror::Error, Debug)] | ||||
| enum ItemStateError { | ||||
|     #[error("character {0} not found")] | ||||
| @ -42,17 +41,9 @@ enum ItemStateError { | ||||
|     Dummy, | ||||
| 
 | ||||
|     #[error("gateway")] | ||||
|     GatewayError(GatewayError), | ||||
|     GatewayError(#[from] GatewayError), | ||||
| } | ||||
| 
 | ||||
| impl From<GatewayError> for ItemStateError { | ||||
|     fn from(other: GatewayError) -> ItemStateError { | ||||
|         ItemStateError::GatewayError(other) | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| enum GatewayActions { | ||||
|     ItemNote(ItemEntityId, ItemNote), | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user