fix: eliminate all 420 compiler warnings

- Add allow(async_fn_in_trait) in lib.rs for async trait methods
- Add integration_tests feature to Cargo.toml for cfg gating
- Gate trash_service_test module with cfg(feature = integration_tests)
- Remove unused MockFileWritePort from idor_protection_test.rs
This commit is contained in:
Diocrafts
2026-03-04 23:29:20 +01:00
parent 4a60fdc984
commit b81b7f7a0e
4 changed files with 5 additions and 116 deletions
+2
View File
@@ -1,3 +1,5 @@
#![allow(async_fn_in_trait)]
// Export the main project modules
pub mod application;
pub mod common;