1 parent b53d28a commit b472412Copy full SHA for b472412
2 files changed
contracts/maize-receipt/src/lib.rs
@@ -160,6 +160,7 @@ impl MaizeReceiptContract {
160
Ok(())
161
}
162
163
+ #[allow(clippy::too_many_arguments)]
164
pub fn mint(
165
env: Env,
166
custodian: Address,
contracts/sesame-receipt/src/lib.rs
@@ -134,6 +134,7 @@ impl SesameReceiptContract {
134
// Mint
135
// -----------------------------------------------------------------------
136
137
138
139
140
0 commit comments