mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
style: Some minor formatting nits.
This commit is contained in:
parent
2ea4af1171
commit
8cb5b149eb
11 changed files with 54 additions and 74 deletions
|
@ -8,9 +8,8 @@
|
|||
|
||||
#![deny(missing_docs)]
|
||||
|
||||
pub use cssparser::{
|
||||
serialize_identifier, serialize_name, CowRcStr, Parser, SourceLocation, Token, RGBA,
|
||||
};
|
||||
pub use cssparser::{serialize_identifier, serialize_name, CowRcStr, Parser};
|
||||
pub use cssparser::{SourceLocation, Token, RGBA};
|
||||
use parser::{Parse, ParserContext};
|
||||
use selectors::parser::SelectorParseErrorKind;
|
||||
use std::fmt::{self, Debug, Write};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue