mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Remove some redundant use statements.
This commit is contained in:
parent
c106fb1231
commit
b268ef6aed
7 changed files with 4 additions and 20 deletions
|
@ -118,7 +118,7 @@ impl ToCss for FontTag {
|
|||
where
|
||||
W: Write,
|
||||
{
|
||||
use byteorder::{BigEndian, ByteOrder};
|
||||
use byteorder::ByteOrder;
|
||||
use std::str;
|
||||
|
||||
let mut raw = [0u8; 4];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue