acme: clean up unnecessary lint suppression

This commit is contained in:
Dirkjan Ochtman 2022-02-09 12:07:42 +01:00 committed by Nick Rempel
parent d4b617cce7
commit a04cf7c618
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ pub use types::{
pub struct Order {
account: Arc<AccountInner>,
nonce: Option<String>,
#[allow(dead_code)]
order_url: String,
}