fix: clippy 1.96 lints — map_or, duplicate_mod, needless_borrows, slice_refs
Some checks failed
CI / Check / Test (push) Failing after 44s

This commit is contained in:
2026-06-04 17:58:01 +02:00
parent 3bb2dbee19
commit c647f4c13b
6 changed files with 15 additions and 18 deletions

View File

@@ -59,6 +59,12 @@ pub struct TestContextBuilder {
pub config: AppConfig,
}
impl Default for TestContextBuilder {
fn default() -> Self {
Self::new()
}
}
impl TestContextBuilder {
pub fn new() -> Self {
Self {