Appease tidy.

This commit is contained in:
Emilio Cobos Álvarez 2018-08-18 18:41:40 +02:00
parent 935b5393a9
commit 38a00745e2
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
4 changed files with 27 additions and 32 deletions

View file

@ -4,14 +4,13 @@
//! Media features.
use super::Device;
use super::media_feature_expression::{AspectRatio, RangeOrOperator};
use Atom;
use cssparser::Parser;
use parser::ParserContext;
use std::fmt;
use style_traits::ParseError;
use super::Device;
use super::media_feature_expression::{AspectRatio, RangeOrOperator};
use values::computed::{CSSPixelLength, Resolution};
/// A generic discriminant for an enum value.
@ -132,7 +131,7 @@ bitflags! {
}
/// Whether a media feature allows ranges or not.
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
#[allow(missing_docs)]
pub enum AllowsRanges {
Yes,