Skip to content

Commit bfae0b1

Browse files
committed
chore: Remove unnecessary lint suppression
1 parent c46014d commit bfae0b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ink/codegen/src/generator/dispatch.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ impl Dispatch<'_> {
249249
///
250250
/// These trait implementations store relevant dispatch information for every
251251
/// dispatchable ink! message of the ink! smart contract.
252-
#[allow(clippy::vec_init_then_push)] // due to ABI conditional push to `message_infos` vec.
253252
fn generate_dispatchable_message_infos(&self) -> TokenStream2 {
254253
let span = self.contract.module().storage().span();
255254

0 commit comments

Comments
 (0)