Skip to content

v0.14.0

v0.14.0 #119

Triggered via pull request December 11, 2023 22:17
@olix0rolix0r
synchronize #82
ver/v0.14.0
Status Failure
Total duration 2m 0s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
lint: src/httproute.rs#L612
error: unclosed HTML tag `empty` --> src/httproute.rs:612:39 | 612 | /// /foo/bar | /foo | <empty string> | /bar | ^^^^^^ | note: the lint level is defined here --> src/lib.rs:5:9 | 5 | #![deny(warnings, rust_2018_idioms)] | ^^^^^^^^ = note: `#[deny(rustdoc::invalid_html_tags)]` implied by `#[deny(warnings)]`
lint: src/httproute.rs#L613
error: unclosed HTML tag `empty` --> src/httproute.rs:613:39 | 613 | /// /foo/ | /foo | <empty string> | / | ^^^^^^
lint: src/httproute.rs#L614
error: unclosed HTML tag `empty` --> src/httproute.rs:614:39 | 614 | /// /foo | /foo | <empty string> | / | ^^^^^^
lint
Process completed with exit code 1.