mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-14 21:01:02 +00:00
Fix some lints
This commit is contained in:
@@ -18,7 +18,7 @@ use serde::de::{Deserializer, Deserializable};
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#[deriving(Show)]
|
||||
enum Error {
|
||||
pub enum Error {
|
||||
EndOfStream,
|
||||
SyntaxError,
|
||||
OtherError(String),
|
||||
|
||||
Reference in New Issue
Block a user