]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/instant_subtraction.rs
fix: remove (redundant) semicolon in lint suggestion
[rust.git] / clippy_lints / src / instant_subtraction.rs
2022-11-10 Nadir Fejzicfix: remove (redundant) semicolon in lint suggestion
2022-11-10 Nadir Fejzicstyle: inline variables in `format!`
2022-11-10 Nadir Fejzicrefactor: improve code re-use in InstantSubtraction...
2022-11-10 Nadir Fejzicrefactor: lint man. instant elapsed and unch. dur....