Skip to content

Bump serde_json from 1.0.113 to 1.0.114 #510

Bump serde_json from 1.0.113 to 1.0.114

Bump serde_json from 1.0.113 to 1.0.114 #510

Triggered via pull request February 20, 2024 02:28
Status Failure
Total duration 1m 2s
Artifacts

check.yml

on: pull_request
nightly / fmt
13s
nightly / fmt
nightly / doc
48s
nightly / doc
Matrix: clippy
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
the item `Option` is imported redundantly: src/coord_type/sic.rs#L3
error: the item `Option` is imported redundantly --> src/coord_type/sic.rs:3:50 | 3 | use std::{fmt::Display, io::Write, marker::Sync, option::Option, path::Path}; | ^^^^^^^^^^^^^^ --> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13 | = note: the item `Option` is already defined here
the item `Sync` is imported redundantly: src/coord_type/sic.rs#L3
error: the item `Sync` is imported redundantly --> src/coord_type/sic.rs:3:36 | 3 | use std::{fmt::Display, io::Write, marker::Sync, option::Option, path::Path}; | ^^^^^^^^^^^^ --> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13 | = note: the item `Sync` is already defined here
the item `Option` is imported redundantly: src/coord_type/normal.rs#L9
error: the item `Option` is imported redundantly --> src/coord_type/normal.rs:9:50 | 9 | use std::{error::Error, io::Write, marker::Sync, option::Option, path::Path}; | ^^^^^^^^^^^^^^ --> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13 | = note: the item `Option` is already defined here
the item `Sync` is imported redundantly: src/coord_type/normal.rs#L9
error: the item `Sync` is imported redundantly --> src/coord_type/normal.rs:9:36 | 9 | use std::{error::Error, io::Write, marker::Sync, option::Option, path::Path}; | ^^^^^^^^^^^^ --> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13 | = note: the item `Sync` is already defined here
the item `Option` is imported redundantly: src/coord_type/sic.rs#L3
error: the item `Option` is imported redundantly --> src/coord_type/sic.rs:3:50 | 3 | use std::{fmt::Display, io::Write, marker::Sync, option::Option, path::Path}; | ^^^^^^^^^^^^^^ --> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13 | = note: the item `Option` is already defined here
the item `Sync` is imported redundantly: src/coord_type/sic.rs#L3
error: the item `Sync` is imported redundantly --> src/coord_type/sic.rs:3:36 | 3 | use std::{fmt::Display, io::Write, marker::Sync, option::Option, path::Path}; | ^^^^^^^^^^^^ --> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13 | = note: the item `Sync` is already defined here
the item `Option` is imported redundantly: src/coord_type/normal.rs#L9
error: the item `Option` is imported redundantly --> src/coord_type/normal.rs:9:50 | 9 | use std::{error::Error, io::Write, marker::Sync, option::Option, path::Path}; | ^^^^^^^^^^^^^^ --> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13 | = note: the item `Option` is already defined here
the item `Sync` is imported redundantly: src/coord_type/normal.rs#L9
error: the item `Sync` is imported redundantly --> src/coord_type/normal.rs:9:36 | 9 | use std::{error::Error, io::Write, marker::Sync, option::Option, path::Path}; | ^^^^^^^^^^^^ --> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13 | = note: the item `Sync` is already defined here
the item `Sync` is imported redundantly: src/coord_type/cart.rs#L3
error: the item `Sync` is imported redundantly --> src/coord_type/cart.rs:3:29 | 3 | use std::{error::Error, io, marker::Sync, path::Path}; | ^^^^^^^^^^^^ --> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13 | = note: the item `Sync` is already defined here | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
the item `Sync` is imported redundantly: src/coord_type/cart.rs#L3
error: the item `Sync` is imported redundantly --> src/coord_type/cart.rs:3:29 | 3 | use std::{error::Error, io, marker::Sync, path::Path}; | ^^^^^^^^^^^^ --> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13 | = note: the item `Sync` is already defined here | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
nightly / clippy
Clippy had exited with the 101 exit code
nightly / clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
nightly / 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/