Code sample:
/// Example struct holding the most recently set [`u32`] and the second
/// most recently set [`u32`] (if one existed).
pub struct Foo;
Fixes when word wrapping is tweaked to:
/// Example struct holding the most recently set [`u32`] and the
/// second most recently set [`u32`] (if one existed).
pub struct Foo;
cc @liamaharon
Code sample:
Fixes when word wrapping is tweaked to:
cc @liamaharon