Skip to content

bugfix: don't append Default Title to product names #4435

bugfix: don't append Default Title to product names

bugfix: don't append Default Title to product names #4435

Triggered via pull request January 9, 2025 20:27
Status Failure
Total duration 4m 1s
Artifacts

rust-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
mismatched types: src/bin/crawl-worker.rs#L105
error[E0308]: mismatched types --> src/bin/crawl-worker.rs:105:46 | 105 | let mut chunk_html = if variant.title == "Default Title" { | ------------- ^^^^^^^^^^^^^^^ expected `Option<String>`, found `&str` | | | expected because this is `std::option::Option<std::string::String>` | = note: expected enum `std::option::Option<std::string::String>` found reference `&'static str`
clippy_check
Clippy has exited with exit code 101