We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46014d commit bfae0b1Copy full SHA for bfae0b1
crates/ink/codegen/src/generator/dispatch.rs
@@ -249,7 +249,6 @@ impl Dispatch<'_> {
249
///
250
/// These trait implementations store relevant dispatch information for every
251
/// dispatchable ink! message of the ink! smart contract.
252
- #[allow(clippy::vec_init_then_push)] // due to ABI conditional push to `message_infos` vec.
253
fn generate_dispatchable_message_infos(&self) -> TokenStream2 {
254
let span = self.contract.module().storage().span();
255
0 commit comments