Remove an unneeded comment.
This commit is contained in:
@@ -131,8 +131,6 @@ impl Configurable for Builder {
|
|||||||
let (offset, detail) = self.lookup(name)?;
|
let (offset, detail) = self.lookup(name)?;
|
||||||
match detail {
|
match detail {
|
||||||
Detail::Bool { bit } => {
|
Detail::Bool { bit } => {
|
||||||
// Cannot currently propagate SetResult<()> up on functions returning ()
|
|
||||||
// with the `?` operator
|
|
||||||
self.set_bit(offset, bit, parse_bool_value(value)?);
|
self.set_bit(offset, bit, parse_bool_value(value)?);
|
||||||
}
|
}
|
||||||
Detail::Num => {
|
Detail::Num => {
|
||||||
|
|||||||
Reference in New Issue
Block a user