feat: atrium-repo
#748
Annotations
3 errors
Rust (1.75.0):
atrium-repo/src/repo.rs#L399
[clippy] reported by reviewdog 🐶
error: the following explicit lifetimes could be elided: 'a
--> atrium-repo/src/repo.rs:399:22
|
399 | pub async fn add<'a, C: Collection>(
| ^^
400 | &'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:399:22:e:error: the following explicit lifetimes could be elided: 'a
--> atrium-repo/src/repo.rs:399:22
|
399 | pub async fn add<'a, C: Collection>(
| ^^
400 | &'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#L425
[clippy] reported by reviewdog 🐶
error: the following explicit lifetimes could be elided: 'a
--> atrium-repo/src/repo.rs:425:25
|
425 | pub async fn update<'a, C: Collection>(
| ^^
426 | &'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:425:25:e:error: the following explicit lifetimes could be elided: 'a
--> atrium-repo/src/repo.rs:425:25
|
425 | pub async fn update<'a, C: Collection>(
| ^^
426 | &'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#L451
[clippy] reported by reviewdog 🐶
error: the following explicit lifetimes could be elided: 'a
--> atrium-repo/src/repo.rs:451:25
|
451 | pub async fn delete<'a, C: Collection>(
| ^^
452 | &'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:451:25:e:error: the following explicit lifetimes could be elided: 'a
--> atrium-repo/src/repo.rs:451:25
|
451 | pub async fn delete<'a, C: Collection>(
| ^^
452 | &'a mut self,
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
__END__
|