]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/unit_types/mod.rs
Added `clippy::version` attribute to all normal lints
[rust.git] / clippy_lints / src / unit_types / mod.rs
2021-11-10 xFrednetAdded `clippy::version` attribute to all normal lints
2021-09-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-08-10 borsAuto merge of #7478 - DevinR528:preemtive, r=llogiq
2021-07-30 borsAuto merge of #86754 - estebank:use-multispans-more...
2021-07-30 Yuki OkushiRollup merge of #87385 - Aaron1011:final-enable-semi...
2021-07-29 flip1995Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b...
2021-07-29 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-07-28 borsAuto merge of #7502 - flip1995:rollup-y3ho3w0, r=flip1995
2021-07-28 Philipp KronesRollup merge of #7420 - xFrednet:7172-update-lint-docum...
2021-07-28 xFrednetUpdate lint documentation to use markdown headlines
2021-03-25 flip1995Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1...
2021-03-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-17 borsAuto merge of #6805 - matthiaskrgr:uca_nopub_6803,...
2021-03-16 borsAuto merge of #6915 - smoelius:docs-link, r=llogiq
2021-03-16 borsAuto merge of #6889 - Y-Nak:refactor-unit-types, r...
2021-03-16 Yoshitomo NakanishiMove unit_arg to its own module
2021-03-16 Yoshitomo NakanishiMove unit_cmp to its own module
2021-03-16 Yoshitomo NakanishiMove let_unit_value to its own module
2021-03-16 Yoshitomo NakanishiExtract utility functions to utils.rs
2021-03-16 Yoshitomo NakanishiExtract lints of unit_types group from types group