v0.14.0 #119
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.
|