Skip to content

fix: Fix incorrect seleno cds end #379

fix: Fix incorrect seleno cds end

fix: Fix incorrect seleno cds end #379

Triggered via pull request November 29, 2024 15:57
@tediltedil
opened #213
Status Success
Total duration 14s
Artifacts

conventional-prs.yml

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

Annotations

8 warnings
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> { |