Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Apr 8, 2024
1 parent 4511502 commit df36256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frb_example/pure_dart/rust/src/api/custom_handler.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// FRB_INTERNAL_GENERATOR: {"forbiddenDuplicatorModes": ["sync", "rustAsync", "sse", "sync sse", "rustAsync sse"]}

#[allow(unused_imports)]
use crate::frb_generated::FLUTTER_RUST_BRIDGE_CODEGEN_VERSION;

// This file demonstrates how to use a custom handler.
Expand Down
1 change: 1 addition & 0 deletions frb_example/pure_dart_pde/rust/src/api/custom_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

// FRB_INTERNAL_GENERATOR: {"forbiddenDuplicatorModes": ["sync", "rustAsync", "sse", "sync sse", "rustAsync sse"]}

#[allow(unused_imports)]
use crate::frb_generated::FLUTTER_RUST_BRIDGE_CODEGEN_VERSION;

// This file demonstrates how to use a custom handler.
Expand Down

0 comments on commit df36256

Please sign in to comment.