about summary refs log tree commit diff
path: root/clippy_lints/src/inconsistent_struct_constructor.rs
AgeCommit message (Expand)AuthorLines
2021-07-28Update lint documentation to use markdown headlinesxFrednet-6/+5
2021-05-07Move `inconsistent_struct_constructor` to pedanticWilliam Chargin-1/+1
2021-04-20Add a test for FP in macro expansionYawara ISHIDA-1/+2
2021-04-16Fixed incosistent_struct_constructor triggers in macro-generated codeYawara ISHIDA-0/+1
2021-03-25Merge remote-tracking branch 'upstream/master' into rustupflip1995-9/+10
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-1/+1
2021-03-15Don't re-export clippy_utils::diagnostics::*Cameron Steffen-2/+1
2021-03-15Move some utils to clippy_utils::source moduleCameron Steffen-3/+3
2021-03-12inconsistent_struct_constructor: try to make message and lint description a b...Matthias Krüger-5/+7
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-2/+1
2021-02-27Use TypeckResults::expr_ty instead of TyCtxt::type_of to fix "Not a type" ICEYoshitomo Nakanishi-2/+1
2021-02-25Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyupflip1995-0/+134
2021-02-22Describe the order of fields in struct ctor doesn't affect the resulted instanceYoshitomo Nakanishi-3/+19
2021-02-21New lint: inconsistent_struct_constructorYoshitomo Nakanishi-0/+118