Commit Graph

12 Commits

Author SHA1 Message Date
Philipp Hansch 2c72026fcb
Rustup to https://github.com/rust-lang/rust/pull/61203
Migrates all trait objects to use `dyn`
2019-05-30 08:31:09 +02:00
Michael Wright a6864297a7 Format again 2019-02-19 06:39:22 +02:00
Michael Wright 6e7a813ed2 Improve `iter_cloned_collect` suggestions
Fixes #3704
2019-02-18 07:30:50 +02:00
Philipp Hansch 38d4ac7cea
Remove all copyright license headers
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2019-01-08 21:46:39 +01:00
Matthias Krüger 435299be30 rustfmt tests 2018-12-09 23:26:16 +01:00
HMPerson1 2a9dec681f
Fix suggestion for multiple derefs 2018-10-19 14:51:25 -04:00
HMPerson1 a2be050965
Fix `clone_on_copy` not detecting derefs sometimes 2018-10-19 00:03:56 -04:00
Oliver Scherer b8654eaa6c Stabilize tool lints 2018-10-11 12:16:22 +02:00
Manish Goregaokar e9c025ea70 Add license header to Rust files 2018-10-06 09:43:08 -07:00
flip1995 1b6f6051a8 Adapt ui-tests to the tool_lints 2018-08-29 11:08:29 -07:00
Adam Lusch 1615813960 Moves `clone_on_ref_ptr` to be a restriction lint
Also updates the suggestion to include the full type (e.g. `Arc<Foo>::clone(&rc)`)
and adds a case using trait objects to the UI tests.
2018-01-14 19:58:09 -08:00
Cameron Steffen 5eeadcfc43 move unnecessary clone tests 2017-10-09 23:38:56 -05:00