Skip to content

feat: atrium-repo

feat: atrium-repo #749

Triggered via pull request February 16, 2025 18:43
@DrChatDrChat
synchronize #272
DrChat:repo
Status Success
Total duration 1m 13s
Artifacts

rust.yml

on: pull_request
Matrix: Rust
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Rust (1.75.0): atrium-repo/src/repo.rs#L400
[clippy] reported by reviewdog 🐶 error: the following explicit lifetimes could be elided: 'a --> atrium-repo/src/repo.rs:400:22 | 400 | pub async fn add<'a, C: Collection>( | ^^ 401 | &'a mut self, | ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `-D clippy::needless-lifetimes` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]` Raw Output: atrium-repo/src/repo.rs:400:22:e:error: the following explicit lifetimes could be elided: 'a --> atrium-repo/src/repo.rs:400:22 | 400 | pub async fn add<'a, C: Collection>( | ^^ 401 | &'a mut self, | ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `-D clippy::needless-lifetimes` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]` __END__
Rust (1.75.0): atrium-repo/src/repo.rs#L426
[clippy] reported by reviewdog 🐶 error: the following explicit lifetimes could be elided: 'a --> atrium-repo/src/repo.rs:426:25 | 426 | pub async fn update<'a, C: Collection>( | ^^ 427 | &'a mut self, | ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes Raw Output: atrium-repo/src/repo.rs:426:25:e:error: the following explicit lifetimes could be elided: 'a --> atrium-repo/src/repo.rs:426:25 | 426 | pub async fn update<'a, C: Collection>( | ^^ 427 | &'a mut self, | ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes __END__
Rust (1.75.0): atrium-repo/src/repo.rs#L452
[clippy] reported by reviewdog 🐶 error: the following explicit lifetimes could be elided: 'a --> atrium-repo/src/repo.rs:452:25 | 452 | pub async fn delete<'a, C: Collection>( | ^^ 453 | &'a mut self, | ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes Raw Output: atrium-repo/src/repo.rs:452:25:e:error: the following explicit lifetimes could be elided: 'a --> atrium-repo/src/repo.rs:452:25 | 452 | pub async fn delete<'a, C: Collection>( | ^^ 453 | &'a mut self, | ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes __END__