Skip to content

fix[curserinth]: forgot iter() here #174

fix[curserinth]: forgot iter() here

fix[curserinth]: forgot iter() here #174

Triggered via push February 2, 2024 01:41
Status Failure
Total duration 27s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 4 warnings
build (ubuntu-latest)
Process completed with exit code 101.
cannot find function `iter` in this scope: src/sources/curserinth.rs#L92
error[E0425]: cannot find function `iter` in this scope --> src/sources/curserinth.rs:92:1 | 92 | iter().any(|l| l.as_str() == loader) | ^^^^ not found in this scope | help: consider importing this function | 1 + use tokio_stream::iter; |
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/