acme: clean up unnecessary lint suppression
This commit is contained in:
parent
d4b617cce7
commit
a04cf7c618
|
@ -24,7 +24,6 @@ pub use types::{
|
|||
pub struct Order {
|
||||
account: Arc<AccountInner>,
|
||||
nonce: Option<String>,
|
||||
#[allow(dead_code)]
|
||||
order_url: String,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue