Add DHCP, TCP looback example #503
GitHub Actions / clippy
failed
Nov 26, 2023 in 0s
clippy
3 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 3 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.74.0 (79e9716c9 2023-11-13)
- cargo 1.74.0 (ecb9851af 2023-10-18)
- clippy 0.1.74 (79e9716 2023-11-13)
Annotations
github-actions / clippy
parameter `'a` is never used
error[E0392]: parameter `'a` is never used
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/socket/mod.rs:59:17
|
59 | pub enum Socket<'a> {
| ^^ unused parameter
|
= help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
github-actions / clippy
parameter `'a` is never used
error[E0392]: parameter `'a` is never used
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs:22:24
|
22 | pub(crate) struct Item<'a> {
| ^^ unused parameter
|
= help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
github-actions / clippy
parameter `'a` is never used
error[E0392]: parameter `'a` is never used
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs:12:26
|
12 | pub struct SocketStorage<'a> {
| ^^ unused parameter
|
= help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
Loading