Skip to content

Change TokenFilter trait to simplify (a bit) the boxing of filters #3041

Change TokenFilter trait to simplify (a bit) the boxing of filters

Change TokenFilter trait to simplify (a bit) the boxing of filters #3041

Triggered via pull request June 25, 2023 12:01
Status Success
Total duration 1h 3m 45s
Artifacts

coverage.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
this lifetime isn't used in the impl: src/tokenizer/ascii_folding_filter.rs#L27
warning: this lifetime isn't used in the impl --> src/tokenizer/ascii_folding_filter.rs:27:6 | 27 | impl<'a, T: TokenStream> TokenStream for AsciiFoldingFilterTokenStream<T> { | ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes = note: `#[warn(clippy::extra_unused_lifetimes)]` on by default
this lifetime isn't used in the impl: src/tokenizer/ascii_folding_filter.rs#L27
warning: this lifetime isn't used in the impl --> src/tokenizer/ascii_folding_filter.rs:27:6 | 27 | impl<'a, T: TokenStream> TokenStream for AsciiFoldingFilterTokenStream<T> { | ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes = note: `#[warn(clippy::extra_unused_lifetimes)]` on by default