Skip to content

Commit

Permalink
Fix a small glitch with codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Feb 1, 2024
1 parent 74f7efc commit 00f409c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flutter_ffi_plugin/bin/src/message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ impl ${normalizePascal(messageName)} {
#![allow(clippy::needless_return)]
#![allow(unused_imports)]
#![allow(unused_variables)]
#![allow(unused_mut)]
use prost::Message;
use rinf::DartSignal;
Expand Down

0 comments on commit 00f409c

Please sign in to comment.