feat: cache sources too #1700
Annotations
2 errors
Run giraffate/clippy-action@v1:
src/source/mod.rs#L303
[clippy] reported by reviewdog 🐶
error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/source/mod.rs:303:17
|
303 | &self.recipe.sources(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.recipe.sources()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
Raw Output:
src/source/mod.rs:303:17:e:error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/source/mod.rs:303:17
|
303 | &self.recipe.sources(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.recipe.sources()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
__END__
|
Run giraffate/clippy-action@v1:
src/source/mod.rs#L303
[clippy] reported by reviewdog 🐶
error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/source/mod.rs:303:17
|
303 | &self.recipe.sources(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.recipe.sources()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
Raw Output:
src/source/mod.rs:303:17:e:error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/source/mod.rs:303:17
|
303 | &self.recipe.sources(),
| ^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.recipe.sources()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
__END__
|
Loading