Bump serde from 1.0.196 to 1.0.197 #508
Annotations
10 errors
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)]`
|