Files
garage/src/api/s3
Gwen Lg 8772db8228 refactor: rename method to avoid confusion
- rename SqliteDb::new to `_::open` as it's not return Self
lint message: methods called `new` usually return `Self`
help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#new_ret_no_self
- rename method `add` to `add_calgorithm`
The semantics of this has nothing to do with an `add` operation in the sense of the `Add` trait.
And method `add` can be confused for the standard trait method std::ops::Add::add
lint https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#should_implement_trait
2026-01-29 20:49:28 +01:00
..
2025-08-03 15:31:51 +02:00
2026-01-24 12:32:22 +01:00
2026-01-29 20:49:28 +01:00
2026-01-29 20:49:28 +01:00
fmt
2025-11-01 19:35:11 +01:00
2026-01-29 20:49:28 +01:00
2026-01-29 20:49:28 +01:00
2025-06-13 14:01:39 +02:00