Update needletail to v0.6.0, enable gz compression #118
Annotations
1 error and 11 warnings
Build and test Rust code (stable)
Process completed with exit code 101.
|
this expression creates a reference which is immediately dereferenced by the compiler:
src/cli/main.rs#L193
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> src/cli/main.rs:193:67
|
193 | ... res.append(&mut kbo::find(&seq.reverse_complement(), &sbwt, &lcs, derand_opts.clone()).iter().map(|x| (x.0, x.1, '-', x.2 + x.3, x....
| ^^^^ help: change this to: `lcs`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
this expression creates a reference which is immediately dereferenced by the compiler:
src/cli/main.rs#L193
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> src/cli/main.rs:193:60
|
193 | ... res.append(&mut kbo::find(&seq.reverse_complement(), &sbwt, &lcs, derand_opts.clone()).iter().map(|x| (x.0, x.1, '-', x.2 + x.3, x....
| ^^^^^ help: change this to: `sbwt`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
this expression creates a reference which is immediately dereferenced by the compiler:
src/cli/main.rs#L190
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> src/cli/main.rs:190:36
|
190 | ... res = kbo::find(&seq, &sbwt, &lcs, derand_opts.clone()).iter().map(|x| (x.0, x.1, '+', x.2 + x.3, x.3, ref_contig.clone(), query_co...
| ^^^^ help: change this to: `lcs`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
this expression creates a reference which is immediately dereferenced by the compiler:
src/cli/main.rs#L190
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> src/cli/main.rs:190:29
|
190 | ... res = kbo::find(&seq, &sbwt, &lcs, derand_opts.clone()).iter().map(|x| (x.0, x.1, '+', x.2 + x.3, x.3, ref_contig.clone(), query_co...
| ^^^^^ help: change this to: `sbwt`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
doc list item without indentation:
src/lib.rs#L29
warning: doc list item without indentation
--> src/lib.rs:29:5
|
29 | //! map](https://docs.rs/ska/latest/ska/#ska-map).
| ^
|
= 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
|
29 | //! map](https://docs.rs/ska/latest/ska/#ska-map).
| ++
|
doc list item without indentation:
src/lib.rs#L28
warning: doc list item without indentation
--> src/lib.rs:28:5
|
28 | //! [snippy](https://github.com/tseemann/snippy) and [ska
| ^
|
= 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
|
28 | //! [snippy](https://github.com/tseemann/snippy) and [ska
| ++
|
doc list item without indentation:
src/lib.rs#L27
warning: doc list item without indentation
--> src/lib.rs:27:5
|
27 | //! the reference. Map solves the same problem as
| ^
|
= 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
|
27 | //! the reference. Map solves the same problem as
| ++
|
doc list item without indentation:
src/lib.rs#L26
warning: doc list item without indentation
--> src/lib.rs:26:5
|
26 | //! sequence, and reports the nucleotide sequence of the alignment relative to
| ^
|
= 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 | //! sequence, and reports the nucleotide sequence of the alignment relative to
| ++
|
doc list item without indentation:
src/lib.rs#L24
warning: doc list item without indentation
--> src/lib.rs:24:5
|
24 | //! [blast](https://blast.ncbi.nlm.nih.gov/Blast.cgi).
| ^
|
= 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 | //! [blast](https://blast.ncbi.nlm.nih.gov/Blast.cgi).
| ++
|
doc list item without indentation:
src/lib.rs#L23
warning: doc list item without indentation
--> src/lib.rs:23:5
|
23 | //! reference. Find is useful for problems that can be solved with
| ^
|
= 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 | //! reference. Find is useful for problems that can be solved with
| ++
|
doc list item without indentation:
src/lib.rs#L22
warning: doc list item without indentation
--> src/lib.rs:22:5
|
22 | //! reference and reports the local alignment segments found within the
| ^
|
= 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
|
22 | //! reference and reports the local alignment segments found within the
| ++
|