Skip to content

fix: Sec and Stop coincide in SEPHS2 #380

fix: Sec and Stop coincide in SEPHS2

fix: Sec and Stop coincide in SEPHS2 #380

Triggered via pull request December 9, 2024 13:40
@tediltedil
opened #214
Status Success
Total duration 16s
Artifacts

conventional-prs.yml

on: pull_request_target
title-format
4s
title-format
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
title-format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
the following explicit lifetimes could be elided: 'a: src/parser/display.rs#L562
warning: the following explicit lifetimes could be elided: 'a --> src/parser/display.rs:562:6 | 562 | impl<'a> Display for NoRef<'a, HgvsVariant> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 562 - impl<'a> Display for NoRef<'a, HgvsVariant> { 562 + impl Display for NoRef<'_, HgvsVariant> { |
the following explicit lifetimes could be elided: 'a: src/parser/display.rs#L467
warning: the following explicit lifetimes could be elided: 'a --> src/parser/display.rs:467:6 | 467 | impl<'a> Display for NoRef<'a, MtLocEdit> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 467 - impl<'a> Display for NoRef<'a, MtLocEdit> { 467 + impl Display for NoRef<'_, MtLocEdit> { |
the following explicit lifetimes could be elided: 'a: src/parser/display.rs#L439
warning: the following explicit lifetimes could be elided: 'a --> src/parser/display.rs:439:6 | 439 | impl<'a> Display for NoRef<'a, GenomeLocEdit> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 439 - impl<'a> Display for NoRef<'a, GenomeLocEdit> { 439 + impl Display for NoRef<'_, GenomeLocEdit> { |
the following explicit lifetimes could be elided: 'a: src/parser/display.rs#L402
warning: the following explicit lifetimes could be elided: 'a --> src/parser/display.rs:402:6 | 402 | impl<'a> Display for NoRef<'a, RnaLocEdit> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 402 - impl<'a> Display for NoRef<'a, RnaLocEdit> { 402 + impl Display for NoRef<'_, RnaLocEdit> { |
the following explicit lifetimes could be elided: 'a: src/parser/display.rs#L365
warning: the following explicit lifetimes could be elided: 'a --> src/parser/display.rs:365:6 | 365 | impl<'a> Display for NoRef<'a, TxLocEdit> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 365 - impl<'a> Display for NoRef<'a, TxLocEdit> { 365 + impl Display for NoRef<'_, TxLocEdit> { |
the following explicit lifetimes could be elided: 'a: src/parser/display.rs#L324
warning: the following explicit lifetimes could be elided: 'a --> src/parser/display.rs:324:6 | 324 | impl<'a> Display for NoRef<'a, CdsLocEdit> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 324 - impl<'a> Display for NoRef<'a, CdsLocEdit> { 324 + impl Display for NoRef<'_, CdsLocEdit> { |
the following explicit lifetimes could be elided: 'a: src/parser/display.rs#L312
warning: the following explicit lifetimes could be elided: 'a --> src/parser/display.rs:312:6 | 312 | impl<'a> Display for NoRef<'a, ProtLocEdit> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 312 - impl<'a> Display for NoRef<'a, ProtLocEdit> { 312 + impl Display for NoRef<'_, ProtLocEdit> { |
the following explicit lifetimes could be elided: 'a: src/parser/display.rs#L99
warning: the following explicit lifetimes could be elided: 'a --> src/parser/display.rs:99:6 | 99 | impl<'a> Display for NoRef<'a, NaEdit> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 99 - impl<'a> Display for NoRef<'a, NaEdit> { 99 + impl Display for NoRef<'_, NaEdit> { |