Skip to content

Fix usage of temporaries with fmt-styled

Santiago Ospina De Los Ríos requested to merge bugfix/ub-in-stepper into master

Passing temporaries to fmt::styled is wrong because the temporary is not stored and dangles. This small patch fixes that.

Merge request reports