Remove unreachable statements

This commit is contained in:
Matthias Beyer 2016-11-14 14:52:10 +01:00
parent a9e4148032
commit bdc9318a41

View file

@ -206,8 +206,6 @@ impl TomlValueExt for Value {
}, },
}, },
} }
Ok(None)
} }
/** /**
@ -282,8 +280,6 @@ impl TomlValueExt for Value {
}, },
}, },
} }
Ok(None)
} }
} }