bugfix: don't append Default Title to product names #4435
Annotations
2 errors
Run clechasseur/rs-clippy-check@v3:
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`
|
Run clechasseur/rs-clippy-check@v3
Clippy has exited with exit code 101
|
Loading