Merge pull request #57 from palfrey/remove-warnings
Remove warnings about unused items
This commit is contained in:
commit
9f88bcec2a
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::fmt;
|
||||
use std::convert::From;
|
||||
use yaml::*;
|
||||
use yaml::Yaml;
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
pub enum EmitError {
|
||||
|
|
|
@ -2,7 +2,6 @@ use std::collections::BTreeMap;
|
|||
use std::ops::Index;
|
||||
use std::string;
|
||||
use std::i64;
|
||||
use std::str::FromStr;
|
||||
use std::mem;
|
||||
use std::vec;
|
||||
use parser::*;
|
||||
|
|
Loading…
Reference in a new issue