feat: atrium-repo
#749
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__
|