v0.25.0 #244
Annotations
13 errors and 12 warnings
doc list item missing indentation:
src/segregation.rs#L68
error: doc list item missing indentation
--> src/segregation.rs:68:5
|
68 | /// the cell with `k` copies that has just divided.
| ^
|
= 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
|
68 | /// the cell with `k` copies that has just divided.
| +++
|
doc list item missing indentation:
src/segregation.rs#L66
error: doc list item missing indentation
--> src/segregation.rs:66:5
|
66 | /// other with `k2=2k-k1`,
| ^
|
= 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
|
66 | /// other with `k2=2k-k1`,
| +++
|
doc list item missing indentation:
src/proliferation.rs#L53
error: doc list item missing indentation
--> src/proliferation.rs:53:13
|
53 | //! segregation event occured.
| ^
|
= 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
|
53 | //! segregation event occured.
| ++
|
doc list item missing indentation:
src/proliferation.rs#L52
error: doc list item missing indentation
--> src/proliferation.rs:52:13
|
52 | //! number of cells without ecDNAs even though a complete uneven
| ^
|
= 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
|
52 | //! number of cells without ecDNAs even though a complete uneven
| ++
|
doc list item missing indentation:
src/proliferation.rs#L49
error: doc list item missing indentation
--> src/proliferation.rs:49:13
|
49 | //! ecDNA, we don't change the number of cells with ecDNAs,
| ^
|
= 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
|
49 | //! ecDNA, we don't change the number of cells with ecDNAs,
| ++
|
doc list item missing indentation:
src/proliferation.rs#L46
error: doc list item missing indentation
--> src/proliferation.rs:46:13
|
46 | //! ecDNAs
| ^
|
= 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: `-D clippy::doc-lazy-continuation` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::doc_lazy_continuation)]`
help: indent this line
|
46 | //! ecDNAs
| ++
|
doc list item missing indentation:
src/segregation.rs#L68
error: doc list item missing indentation
--> src/segregation.rs:68:5
|
68 | /// the cell with `k` copies that has just divided.
| ^
|
= 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
|
68 | /// the cell with `k` copies that has just divided.
| +++
|
doc list item missing indentation:
src/segregation.rs#L66
error: doc list item missing indentation
--> src/segregation.rs:66:5
|
66 | /// other with `k2=2k-k1`,
| ^
|
= 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
|
66 | /// other with `k2=2k-k1`,
| +++
|
doc list item missing indentation:
src/proliferation.rs#L53
error: doc list item missing indentation
--> src/proliferation.rs:53:13
|
53 | //! segregation event occured.
| ^
|
= 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
|
53 | //! segregation event occured.
| ++
|
doc list item missing indentation:
src/proliferation.rs#L52
error: doc list item missing indentation
--> src/proliferation.rs:52:13
|
52 | //! number of cells without ecDNAs even though a complete uneven
| ^
|
= 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
|
52 | //! number of cells without ecDNAs even though a complete uneven
| ++
|
doc list item missing indentation:
src/proliferation.rs#L49
error: doc list item missing indentation
--> src/proliferation.rs:49:13
|
49 | //! ecDNA, we don't change the number of cells with ecDNAs,
| ^
|
= 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
|
49 | //! ecDNA, we don't change the number of cells with ecDNAs,
| ++
|
doc list item missing indentation:
src/proliferation.rs#L46
error: doc list item missing indentation
--> src/proliferation.rs:46:13
|
46 | //! ecDNAs
| ^
|
= 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: `-D clippy::doc-lazy-continuation` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::doc_lazy_continuation)]`
help: indent this line
|
46 | //! ecDNAs
| ++
|
Clippy
Clippy had exited with the 101 exit code
|
Rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Rustfmt
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Clippy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|