]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/single_component_path_imports.rs
Allow UUID style formatting for `inconsistent_digit_grouping` lint
[rust.git] / clippy_lints / src / single_component_path_imports.rs
2020-03-05 borsAuto merge of #5235 - flip1995:tag_deploy_fix, r=phansch
2020-03-02 borsAuto merge of #5242 - matthiaskrgr:5238_test, r=flip1995
2020-03-01 JarredAllenMerge branch 'master' of github.com:rust-lang/rust...
2020-03-01 borsAuto merge of #5247 - JohnTitor:syntax, r=flip1995
2020-03-01 Yuki OkushiRustup to rust-lang/rust#69592
2020-02-17 borsAuto merge of #5183 - JohnTitor:fix-fp-import, r=matthi...
2020-02-17 Yuki OkushiDon't lint `single_component_path_imports` in macros
2020-02-15 borsAuto merge of #4809 - iankronquist:patch-1, r=flip1995
2020-02-01 flip1995Merge remote-tracking branch 'upstream/rust-1.42.0...
2020-01-29 borsAuto merge of #5058 - xiongmao86:issue4903, r=flip1995
2020-01-29 xiongmao86Declare lint and implement lint logic.