Add context to scrape errors #62
Annotations
6 warnings
field `main_registry` is never read:
src/exporter/mod.rs#L22
warning: field `main_registry` is never read
--> src/exporter/mod.rs:22:5
|
20 | pub struct Server {
| ------ field in this struct
21 | address: String,
22 | main_registry: Registry,
| ^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
unused import: `axum::response::IntoResponse`:
src/exporter/mod.rs#L7
warning: unused import: `axum::response::IntoResponse`
--> src/exporter/mod.rs:7:5
|
7 | use axum::response::IntoResponse;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
Clippy check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
Clippy check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|