rust-clippy/tests/ui-toml/toml_unknown_key
Cauê Baasch de Souza e8731a926c Add large_types_passed_by_value lint
Refactor trivially_copy_pass_by_ref and the new lint into pass_by_ref_or_value module

Update stderr of conf_unknown_key test

Rename lint to large_types_passed_by_value

Increase `pass_by_value_size_limit` default value to 256

Improve rules for `large_types_passed_by_value`

Improve tests for `large_types_passed_by_value`

Improve documentation for `large_types_passed_by_value`

Make minor corrections to pass_by_ref_or_value.rs suggested by clippy itself

Fix `large_types_passed_by_value` example and improve docs

pass_by_ref_or_value: Tweak check for mut annotation in params

large_types_passed_by_value: add tests for pub trait, trait impl and inline attributes
2020-10-24 14:46:56 -03:00
..
clippy.toml Get compile-test tests for configuration working 2018-05-30 20:37:18 +02:00
conf_unknown_key.rs Remove all copyright license headers 2019-01-08 21:46:39 +01:00
conf_unknown_key.stderr Add large_types_passed_by_value lint 2020-10-24 14:46:56 -03:00