Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(*): Add control entries to control AP #86

Merged
merged 1 commit into from
Aug 9, 2024

Add control entries to control AP

fe0f05a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feature(*): Add control entries to control AP #86

Add control entries to control AP
fe0f05a
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Aug 9, 2024 in 1s

clippy

57 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 57
Note 0
Help 0

Versions

  • rustc 1.80.1 (3f5fd8dd4 2024-08-06)
  • cargo 1.80.1 (376290515 2024-07-16)
  • clippy 0.1.80 (3f5fd8d 2024-08-06)

Annotations

Check warning on line 740 in src/command/wifi/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
   --> src/command/wifi/types.rs:740:9
    |
740 |     ///     be done by the Wi-Fi disable/enable command (parameter
    |         ^^^^
    |
    = help: if this is supposed to be its own paragraph, add a blank line
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
    |
740 |     ///       be done by the Wi-Fi disable/enable command (parameter
    |             ++

Check warning on line 739 in src/command/wifi/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
   --> src/command/wifi/types.rs:739:9
    |
739 |     ///     settings to take affect, the Wi-Fi radio must be restarted. This can
    |         ^^^^
    |
    = help: if this is supposed to be its own paragraph, add a blank line
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
    |
739 |     ///       settings to take affect, the Wi-Fi radio must be restarted. This can
    |             ++

Check warning on line 627 in src/command/wifi/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
   --> src/command/wifi/types.rs:627:9
    |
627 |     /// are enabled. Supported software versions 7.0.0 onwards
    |         ^
    |
    = help: if this is supposed to be its own paragraph, add a blank line
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
    |
627 |     ///   are enabled. Supported software versions 7.0.0 onwards
    |         ++

Check warning on line 583 in src/command/wifi/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
   --> src/command/wifi/types.rs:583:9
    |
583 |     ///     be done by the Wi-Fi disable/enable command (parameter
    |         ^^^^
    |
    = help: if this is supposed to be its own paragraph, add a blank line
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
    |
583 |     ///       be done by the Wi-Fi disable/enable command (parameter
    |             ++

Check warning on line 582 in src/command/wifi/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
   --> src/command/wifi/types.rs:582:9
    |
582 |     ///     settings to take affect, the Wi-Fi radio must be restarted. This can
    |         ^^^^
    |
    = help: if this is supposed to be its own paragraph, add a blank line
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
    |
582 |     ///       settings to take affect, the Wi-Fi radio must be restarted. This can
    |             ++

Check warning on line 26 in src/command/ping/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/mod.rs:26:5
   |
26 | /// in another way.
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
26 | ///   in another way.
   |     ++

Check warning on line 25 in src/command/ping/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/mod.rs:25:5
   |
25 | /// OBS: If a remote host does not reply to an ICMP echo request, it does not mean that the host cannot be reached
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
25 | ///   OBS: If a remote host does not reply to an ICMP echo request, it does not mean that the host cannot be reached
   |     ++

Check warning on line 24 in src/command/ping/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/mod.rs:24:5
   |
24 | /// OBS: Some remote hosts might not reply to the ICMP echo request if the data size of the echo request is too big.
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
24 | ///   OBS: Some remote hosts might not reply to the ICMP echo request if the data size of the echo request is too big.
   |     ++

Check warning on line 23 in src/command/ping/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/mod.rs:23:5
   |
23 | /// settings).
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
23 | ///   settings).
   |     ++

Check warning on line 22 in src/command/ping/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/mod.rs:22:5
   |
22 | /// OBS: Some remote hosts might not reply to the ICMP echo request for security reasons (for example, firewall
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
22 | ///   OBS: Some remote hosts might not reply to the ICMP echo request for security reasons (for example, firewall
   |     ++

Check warning on line 21 in src/command/ping/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/mod.rs:21:5
   |
21 | /// result (when there is no error).
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
21 | ///   result (when there is no error).
   |     ++

Check warning on line 20 in src/command/ping/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/mod.rs:20:5
   |
20 | /// of the ping command execution is notified through the +UUPING: URC, which reports the +UPING command
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
20 | ///   of the ping command execution is notified through the +UUPING: URC, which reports the +UPING command
   |     ++

Check warning on line 19 in src/command/ping/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/mod.rs:19:5
   |
19 | /// The AT+UPING allows the user to execute a ping command from the module to a remote host. The results
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
19 | ///   The AT+UPING allows the user to execute a ping command from the module to a remote host. The results
   |     ++

Check warning on line 24 in src/command/ping/urc.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/urc.rs:24:5
   |
24 | /// in another way.
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
24 | ///   in another way.
   |     ++

Check warning on line 23 in src/command/ping/urc.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/urc.rs:23:5
   |
23 | /// OBS: If a remote host does not reply to an ICMP echo request, it does not mean that the host cannot be reached
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
23 | ///   OBS: If a remote host does not reply to an ICMP echo request, it does not mean that the host cannot be reached
   |     ++

Check warning on line 22 in src/command/ping/urc.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/urc.rs:22:5
   |
22 | /// OBS: Some remote hosts might not reply to the ICMP echo request if the data size of the echo request is too big.
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
22 | ///   OBS: Some remote hosts might not reply to the ICMP echo request if the data size of the echo request is too big.
   |     ++

Check warning on line 21 in src/command/ping/urc.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/urc.rs:21:5
   |
21 | /// settings).
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
21 | ///   settings).
   |     ++

Check warning on line 20 in src/command/ping/urc.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/urc.rs:20:5
   |
20 | /// OBS: Some remote hosts might not reply to the ICMP echo request for security reasons (for example, firewall
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
20 | ///   OBS: Some remote hosts might not reply to the ICMP echo request for security reasons (for example, firewall
   |     ++

Check warning on line 19 in src/command/ping/urc.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/urc.rs:19:5
   |
19 | /// result (when there is no error).
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
19 | ///   result (when there is no error).
   |     ++

Check warning on line 18 in src/command/ping/urc.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/urc.rs:18:5
   |
18 | /// of the ping command execution is notified through the +UUPING: URC, which reports the +UPING command
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
18 | ///   of the ping command execution is notified through the +UUPING: URC, which reports the +UPING command
   |     ++

Check warning on line 17 in src/command/ping/urc.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/urc.rs:17:5
   |
17 | /// The AT+UPING allows the user to execute a ping command from the module to a remote host. The results
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
17 | ///   The AT+UPING allows the user to execute a ping command from the module to a remote host. The results
   |     ++

Check warning on line 23 in src/command/ping/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/types.rs:23:5
   |
23 | /// echo request.
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
23 | ///   echo request.
   |     ++

Check warning on line 22 in src/command/ping/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/types.rs:22:5
   |
22 | /// The time in milliseconds to wait after an echo reply response before sending the next
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
22 | ///   The time in milliseconds to wait after an echo reply response before sending the next
   |     ++

Check warning on line 18 in src/command/ping/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/types.rs:18:5
   |
18 | /// provides the TTL value received in the incoming packet.
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
18 | ///   provides the TTL value received in the incoming packet.
   |     ++

Check warning on line 17 in src/command/ping/types.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
  --> src/command/ping/types.rs:17:5
   |
17 | /// The value of TTL to be set for the outgoing echo request packet. In the URC, it
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
   |
17 | ///   The value of TTL to be set for the outgoing echo request packet. In the URC, it
   |     ++