Skip to content

Merge branch 'main' of github.com:memflow/memflow #1030

Merge branch 'main' of github.com:memflow/memflow

Merge branch 'main' of github.com:memflow/memflow #1030

GitHub Actions / clippy succeeded Apr 28, 2024 in 1s

clippy

2 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 2
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

Check warning on line 60 in memflow/examples/process_list.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

function `extract_args` is never used

warning: function `extract_args` is never used
  --> memflow/examples/process_list.rs:60:4
   |
60 | fn extract_args(matches: &ArgMatches) -> Result<OsChain<'_>> {
   |    ^^^^^^^^^^^^

Check warning on line 38 in memflow/examples/process_list.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

function `parse_args` is never used

warning: function `parse_args` is never used
  --> memflow/examples/process_list.rs:38:4
   |
38 | fn parse_args() -> ArgMatches {
   |    ^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default