Get everything to compile and fix some warnings

This commit is contained in:
Erick Tryzelaar
2015-02-11 10:54:23 -08:00
parent 1552eb72dc
commit 33633a5e14
4 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ impl error::Error for Error {
fn description(&self) -> &str {
match *self {
Error::SyntaxError(..) => "syntax error",
Error::IoError(ref error) => error.description().as_slice(),
Error::IoError(ref error) => error.description(),
/*
Error::ExpectedError(ref expected, _) => &expected,
*/