Remove remaining 'extern crate' declarations

This commit is contained in:
Lucien Greathouse
2019-01-15 12:44:49 -08:00
parent 5b2a830d2d
commit 9d3638fa46
7 changed files with 8 additions and 7 deletions

View File

@@ -5,6 +5,8 @@ use std::{
io,
};
use serde_derive::{Serialize, Deserialize};
use crate::project::{Project, ProjectNode};
fn add_sync_points(imfs: &mut Imfs, project_node: &ProjectNode) -> io::Result<()> {