Remove bad `extern crate` directive

This commit is contained in:
Patrick Walton 2017-08-10 21:02:32 -07:00
parent 933e4023ed
commit fa1b2390c7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@ extern crate base64;
extern crate bincode;
extern crate euclid;
extern crate fontsan;
extern crate opentype_sanitizer_sys;
extern crate pathfinder_font_renderer;
extern crate pathfinder_partitioner;
extern crate rocket;
@ -101,6 +100,7 @@ struct DecodedOutlineIndices {
subpath_indices: IndexRange,
}
#[allow(non_snake_case)]
#[derive(Clone, Copy, Serialize, Deserialize)]
struct PartitionGlyphInfo {
id: u32,