mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Avoid missing docs in element_state.
This commit is contained in:
parent
c82fcac77f
commit
eb90004f5a
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
//! States elements can be in.
|
//! States elements can be in.
|
||||||
|
|
||||||
|
#![deny(missing_docs)]
|
||||||
|
|
||||||
bitflags! {
|
bitflags! {
|
||||||
#[doc = "Event-based element states."]
|
#[doc = "Event-based element states."]
|
||||||
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
|
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue