Skip to content

Bump version to 0.2.1 #129

Bump version to 0.2.1

Bump version to 0.2.1 #129

GitHub Actions / clippy succeeded Oct 4, 2024 in 0s

clippy

6 warnings

Details

Results

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

Versions

  • rustc 1.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check warning on line 111 in memflow-kvm-ioctl/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
   --> memflow-kvm-ioctl/src/lib.rs:111:9
    |
111 |     /// this function will fail.
    |         ^
    |
    = 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
    |
111 |     ///   this function will fail.
    |         ++

Check warning on line 110 in memflow-kvm-ioctl/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
   --> memflow-kvm-ioctl/src/lib.rs:110:9
    |
110 |     /// VMs gets retrieved. Otherwise, the specific PID gets targeted. And if the process does not exist,
    |         ^
    |
    = 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
    |
110 |     ///   VMs gets retrieved. Otherwise, the specific PID gets targeted. And if the process does not exist,
    |         ++

Check warning on line 86 in memflow-kvm-ioctl/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
  --> memflow-kvm-ioctl/src/lib.rs:86:9
   |
86 |     /// VMs gets retrieved.
   |         ^
   |
   = 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
   = note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
   |
86 |     ///   VMs gets retrieved.
   |         ++

Check warning on line 111 in memflow-kvm-ioctl/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
   --> memflow-kvm-ioctl/src/lib.rs:111:9
    |
111 |     /// this function will fail.
    |         ^
    |
    = 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
    |
111 |     ///   this function will fail.
    |         ++

Check warning on line 110 in memflow-kvm-ioctl/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
   --> memflow-kvm-ioctl/src/lib.rs:110:9
    |
110 |     /// VMs gets retrieved. Otherwise, the specific PID gets targeted. And if the process does not exist,
    |         ^
    |
    = 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
    |
110 |     ///   VMs gets retrieved. Otherwise, the specific PID gets targeted. And if the process does not exist,
    |         ++

Check warning on line 86 in memflow-kvm-ioctl/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item without indentation

warning: doc list item without indentation
  --> memflow-kvm-ioctl/src/lib.rs:86:9
   |
86 |     /// VMs gets retrieved.
   |         ^
   |
   = 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
   = note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
   |
86 |     ///   VMs gets retrieved.
   |         ++