Skip to content

Bug fixes

Bug fixes #739

Triggered via pull request August 2, 2023 00:39
@thesuzerainthesuzerain
synchronize #406
bug-fixes
Status Failure
Total duration 28s
Artifacts

gui-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
build
Process completed with exit code 1.
single-character string constant used as pattern: theseus/src/api/profile/mod.rs#L1037
warning: single-character string constant used as pattern --> theseus/src/api/profile/mod.rs:1037:19 | 1037 | input.replace(r"/", "_") | ^^^^ help: try using a `char` instead: `'/'` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern
single-character string constant used as pattern: theseus/src/api/profile/mod.rs#L1038
warning: single-character string constant used as pattern --> theseus/src/api/profile/mod.rs:1038:14 | 1038 | .replace(r"\", "_") | ^^^^ help: try using a `char` instead: `'\\'` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern = note: `#[warn(clippy::single_char_pattern)]` on by default