revert: revert previous change' #184
Annotations
4 errors and 4 warnings
build (ubuntu-latest)
Process completed with exit code 101.
|
mismatched types:
src/commands/init/mod.rs#L196
error[E0308]: mismatched types
--> src/commands/init/mod.rs:196:46
|
196 | app.packwiz().import_from_source(src).await?;
| ------------------ ^^^ expected `FileProvider`, found `&FileProvider`
| |
| arguments to this method are incorrect
|
note: method defined here
--> src/interop/packwiz.rs:66:18
|
66 | pub async fn import_from_source(&mut self, source: FileProvider) -> Result<()> {
| ^^^^^^^^^^^^^^^^^^ --------------------
help: consider using clone here
|
196 | app.packwiz().import_from_source(src.clone()).await?;
| ++++++++
|
build (windows-latest)
The operation was canceled.
|
clippy
Clippy had exited with the 101 exit code
|
build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|