Update local-ip-address requirement from 0.5.3 to 0.6.0 #575
Annotations
3 errors and 11 warnings
msrv
Process completed with exit code 101.
|
lint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
lint
reviewdog exited with status code: 1
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs#L129
[clippy] reported by reviewdog 🐶
warning: the item `TryInto` is imported redundantly
--> src/rtps/fragment_assembler.rs:1:34
|
1 | use std::{collections::BTreeMap, convert::TryInto, fmt, iter};
| ^^^^^^^^^^^^^^^^
--> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13
|
= note: the item `TryInto` is already defined here
|
= note: `#[warn(unused_imports)]` on by default
Raw Output:
/rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13:w:warning: the item `TryInto` is imported redundantly
--> src/rtps/fragment_assembler.rs:1:34
|
1 | use std::{collections::BTreeMap, convert::TryInto, fmt, iter};
| ^^^^^^^^^^^^^^^^
--> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13
|
= note: the item `TryInto` is already defined here
|
= note: `#[warn(unused_imports)]` on by default
__END__
|
lint:
src/rtps/message_receiver.rs#L12
[clippy] reported by reviewdog 🐶
warning: the item `WriterSubmessage` is imported redundantly
--> src/rtps/message_receiver.rs:12:32
|
12 | submessages::submessages::{WriterSubmessage, *},
| ^^^^^^^^^^^^^^^^ - the item `WriterSubmessage` is already imported here
Raw Output:
src/rtps/message_receiver.rs:12:50:w:warning: the item `WriterSubmessage` is imported redundantly
--> src/rtps/message_receiver.rs:12:32
|
12 | submessages::submessages::{WriterSubmessage, *},
| ^^^^^^^^^^^^^^^^ - the item `WriterSubmessage` is already imported here
__END__
|
lint:
rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs#L129
[clippy] reported by reviewdog 🐶
warning: the item `TryInto` is imported redundantly
--> src/rtps/message.rs:1:44
|
1 | use std::{cmp::min, collections::BTreeSet, convert::TryInto, io};
| ^^^^^^^^^^^^^^^^
--> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13
|
= note: the item `TryInto` is already defined here
Raw Output:
/rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13:w:warning: the item `TryInto` is imported redundantly
--> src/rtps/message.rs:1:44
|
1 | use std::{cmp::min, collections::BTreeSet, convert::TryInto, io};
| ^^^^^^^^^^^^^^^^
--> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13
|
= note: the item `TryInto` is already defined here
__END__
|
lint:
src/rtps/message.rs#L18
[clippy] reported by reviewdog 🐶
warning: the item `WriterSubmessage` is imported redundantly
--> src/rtps/message.rs:17:7
|
17 | submessage::WriterSubmessage,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18 | submessages::{SubmessageKind, *},
| - the item `WriterSubmessage` is already imported here
Raw Output:
src/rtps/message.rs:18:37:w:warning: the item `WriterSubmessage` is imported redundantly
--> src/rtps/message.rs:17:7
|
17 | submessage::WriterSubmessage,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18 | submessages::{SubmessageKind, *},
| - the item `WriterSubmessage` is already imported here
__END__
|
lint:
src/rtps/message.rs#L18
[clippy] reported by reviewdog 🐶
warning: the item `SubmessageKind` is imported redundantly
--> src/rtps/message.rs:18:21
|
18 | submessages::{SubmessageKind, *},
| ^^^^^^^^^^^^^^ - the item `SubmessageKind` is already imported here
Raw Output:
src/rtps/message.rs:18:37:w:warning: the item `SubmessageKind` is imported redundantly
--> src/rtps/message.rs:18:21
|
18 | submessages::{SubmessageKind, *},
| ^^^^^^^^^^^^^^ - the item `SubmessageKind` is already imported here
__END__
|
lint:
rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs#L129
[clippy] reported by reviewdog 🐶
warning: the item `TryFrom` is imported redundantly
--> src/structure/duration.rs:1:11
|
1 | use std::{convert::TryFrom, fmt, ops::Div};
| ^^^^^^^^^^^^^^^^
--> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13
|
= note: the item `TryFrom` is already defined here
Raw Output:
/rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13:w:warning: the item `TryFrom` is imported redundantly
--> src/structure/duration.rs:1:11
|
1 | use std::{convert::TryFrom, fmt, ops::Div};
| ^^^^^^^^^^^^^^^^
--> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13
|
= note: the item `TryFrom` is already defined here
__END__
|
lint:
src/lib.rs#L1
[clippy] reported by reviewdog 🐶
warning: the item `mio_08` is imported redundantly
--> src/mio_source.rs:17:14
|
17 | use mio_08::{self, net::TcpStream, *};
| ^^^^ the item `mio_08` is already defined here
Raw Output:
src/lib.rs:1:1:w:warning: the item `mio_08` is imported redundantly
--> src/mio_source.rs:17:14
|
17 | use mio_08::{self, net::TcpStream, *};
| ^^^^ the item `mio_08` is already defined here
__END__
|
lint:
src/lib.rs#L1
[clippy] reported by reviewdog 🐶
warning: the item `mio_08` is imported redundantly
--> src/dds/participant.rs:17:14
|
17 | use mio_08::{self, Interest, Registry};
| ^^^^ the item `mio_08` is already defined here
Raw Output:
src/lib.rs:1:1:w:warning: the item `mio_08` is imported redundantly
--> src/dds/participant.rs:17:14
|
17 | use mio_08::{self, Interest, Registry};
| ^^^^ the item `mio_08` is already defined here
__END__
|
lint:
src/dds/pubsub.rs#L26
[clippy] reported by reviewdog 🐶
warning: the item `TopicKind` is imported redundantly
--> src/dds/pubsub.rs:44:5
|
26 | topic::*,
| -------- the item `TopicKind` is already imported here
...
44 | topic_kind::TopicKind,
| ^^^^^^^^^^^^^^^^^^^^^
Raw Output:
src/dds/pubsub.rs:26:5:w:warning: the item `TopicKind` is imported redundantly
--> src/dds/pubsub.rs:44:5
|
26 | topic::*,
| -------- the item `TopicKind` is already imported here
...
44 | topic_kind::TopicKind,
| ^^^^^^^^^^^^^^^^^^^^^
__END__
|
lint:
src/lib.rs#L1
[clippy] reported by reviewdog 🐶
warning: the item `mio_06` is imported redundantly
--> src/dds/statusevents.rs:18:14
|
18 | use mio_06::{self, Evented};
| ^^^^ the item `mio_06` is already defined here
Raw Output:
src/lib.rs:1:1:w:warning: the item `mio_06` is imported redundantly
--> src/dds/statusevents.rs:18:14
|
18 | use mio_06::{self, Evented};
| ^^^^ the item `mio_06` is already defined here
__END__
|