Remove unreachable statements
This commit is contained in:
parent
a9e4148032
commit
bdc9318a41
1 changed files with 0 additions and 4 deletions
|
@ -206,8 +206,6 @@ impl TomlValueExt for Value {
|
|||
},
|
||||
},
|
||||
}
|
||||
|
||||
Ok(None)
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -282,8 +280,6 @@ impl TomlValueExt for Value {
|
|||
},
|
||||
},
|
||||
}
|
||||
|
||||
Ok(None)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue