Merge pull request #59 from qsib-cbie/bump #1054
Annotations
160 errors and 2 warnings
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/zpk2sos.rs#L47
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/zpk2sos.rs:47:1
|
47 | / ///
48 | |
| |_
49 | #[cfg(feature = "alloc")]
50 | / pub fn zpk2sos_dyn<F>(
51 | | order: usize,
52 | | zpk: ZpkFormatFilter<F>,
53 | | pairing: Option<ZpkPairing>,
... |
56 | | where
57 | | F: RealField + Float + Sum,
| |_______________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2lp_zpk.rs#L45
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2lp_zpk.rs:45:1
|
45 | / /// .. versionadded:: 1.1.0
46 | |
| |_
47 | #[cfg(feature = "alloc")]
48 | / pub fn lp2lp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>) -> ZpkFormatFilter<F>
49 | | where
50 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/lp2bp_zpk.rs#L61
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/lp2bp_zpk.rs:61:1
|
61 | / /// """
62 | |
| |_
63 | #[cfg(feature = "alloc")]
64 | / pub fn lp2bp_zpk_dyn<F>(zpk: ZpkFormatFilter<F>, wo: Option<F>, bw: Option<F>) -> ZpkFormatFilter<F>
65 | | where
66 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
sci-rs/src/signal/filter/design/cplx.rs#L52
error: empty line after doc comment
--> sci-rs/src/signal/filter/design/cplx.rs:52:1
|
52 | / /// """
53 | |
| |_
54 | #[cfg(feature = "alloc")]
55 | / pub fn cplxreal_dyn<F>(z: Vec<Complex<F>>, tol: Option<F>) -> (Vec<Complex<F>>, Vec<Complex<F>>)
56 | | where
57 | | F: RealField + Float,
| |_________________________- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
Build and Test
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Build and Test
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|