diff --git a/lib/codegen/src/settings.rs b/lib/codegen/src/settings.rs index 2e6ad5f684..c11ca1a775 100644 --- a/lib/codegen/src/settings.rs +++ b/lib/codegen/src/settings.rs @@ -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 => {