fix(clippy): apply auto-fixable linting suggestions

This commit is contained in:
Clippy Bot
2026-06-23 18:47:23 +00:00
parent 4fd75701c7
commit cc21036448
425 changed files with 79190 additions and 79190 deletions

View File

@@ -1,17 +1,17 @@
[package]
name = "rust_lib_arbiter"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "staticlib"]
[dependencies]
eframe = "0.34.1"
egui = "0.34.1"
flutter_rust_bridge = "=2.12.0"
arbiter-crypto = {path = "../../server/crates/arbiter-crypto"}
anyhow = "1.0.102"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frb_expand)'] }
[package]
name = "rust_lib_arbiter"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "staticlib"]
[dependencies]
eframe = "0.34.1"
egui = "0.34.1"
flutter_rust_bridge = "=2.12.0"
arbiter-crypto = {path = "../../server/crates/arbiter-crypto"}
anyhow = "1.0.102"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frb_expand)'] }