mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: fix some rust-nightly warnings about unused doc comments.
Differential Revision: https://phabricator.services.mozilla.com/D24287
This commit is contained in:
parent
cf5a2acdf1
commit
39df092bce
3 changed files with 2 additions and 3 deletions
|
@ -545,7 +545,6 @@ macro_rules! font_face_descriptors {
|
|||
}
|
||||
}
|
||||
|
||||
// css-name rust_identifier: Type,
|
||||
#[cfg(feature = "gecko")]
|
||||
font_face_descriptors! {
|
||||
mandatory descriptors = [
|
||||
|
|
|
@ -369,8 +369,8 @@ fn eval_prefers_color_scheme(device: &Device, query_value: Option<PrefersColorSc
|
|||
}
|
||||
}
|
||||
|
||||
/// https://drafts.csswg.org/mediaqueries-4/#mf-interaction
|
||||
bitflags! {
|
||||
/// https://drafts.csswg.org/mediaqueries-4/#mf-interaction
|
||||
struct PointerCapabilities: u8 {
|
||||
const COARSE = structs::PointerCapabilities_Coarse;
|
||||
const FINE = structs::PointerCapabilities_Fine;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue