Remove an unneeded comment.

This commit is contained in:
Dan Gohman
2018-06-13 07:41:39 -07:00
parent 9542cab5ed
commit 1cab2f2d73

View File

@@ -131,8 +131,6 @@ impl Configurable for Builder {
let (offset, detail) = self.lookup(name)?;
match detail {
Detail::Bool { bit } => {
// Cannot currently propagate SetResult<()> up on functions returning ()
// with the `?` operator
self.set_bit(offset, bit, parse_bool_value(value)?);
}
Detail::Num => {