Skip to content

feature: typo tolerance #3365

feature: typo tolerance

feature: typo tolerance #3365

Triggered via pull request August 22, 2024 17:37
Status Failure
Total duration 3m 37s
Artifacts

rust-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
use of `println!`: src/operators/words_operator.rs#L515
error: use of `println!` --> src/operators/words_operator.rs:515:25 | 515 | println!("Inserted new BK tree into cache"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout = note: requested on the command line with `-D clippy::print-stdout`
use of `println!`: src/operators/words_operator.rs#L518
error: use of `println!` --> src/operators/words_operator.rs:518:25 | 518 | println!("No BK tree found in Redis"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout
use of `println!`: src/operators/words_operator.rs#L521
error: use of `println!` --> src/operators/words_operator.rs:521:25 | 521 | println!("Failed to insert new BK tree into cache {:?}", e); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout
clippy_check
Clippy has exited with exit code 101