On Wed Apr 1, 2026 at 12:45 PM BST, Miguel Ojeda wrote: > There is no need to use `def_bool y if <expr>` -- one can simply write > `def_bool <expr>`. > > In fact, the simpler form is how we actually use them in practice in > `init/Kconfig`. > > Thus simplify the example. > > Signed-off-by: Miguel Ojeda <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > Documentation/rust/general-information.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
