Skip to content

Commit

Permalink
chore: allow unsafe code in flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Jan 22, 2024
1 parent d08ce75 commit 90487b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flutter/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ tracing-subscriber = "0.3.18"
[dev-dependencies]
tempfile = "3.9.0"

[lints]
workspace = false
[lints.rust]
unsafe_code = "allow"

0 comments on commit 90487b0

Please sign in to comment.