style: Appease tidy.

This commit is contained in:
Emilio Cobos Álvarez 2018-07-01 01:01:46 +02:00
parent 719209316c
commit 8e5c853fca
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 4 additions and 5 deletions

View file

@ -71,7 +71,7 @@ bitflags! {
const IN_OPTIONAL_STATE = 1 << 22;
/// <https://html.spec.whatwg.org/multipage/#selector-read-write>
const IN_READ_WRITE_STATE = 1 << 22;
/// <https://html.spec.whatwg.org/multipage/semantics-other.html#selector-defined>
/// <https://html.spec.whatwg.org/multipage/#selector-defined>
const IN_DEFINED_STATE = 1 << 23;
/// <https://html.spec.whatwg.org/multipage/#selector-visited>
const IN_VISITED_STATE = 1 << 24;