about summary refs log tree commit diff
path: root/tests/ui/rename.rs
AgeCommit message (Collapse)AuthorLines
2019-08-28Add run-rustfix for rename testPhilipp Hansch-7/+3
I removed the `Bar` static and `Foo` impl because they are not needed for what's tested here as far as I can tell.
2019-06-14Restructure rename testsflip1995-1/+8
2019-06-14Register rename to the LintStore.krk-0/+3
2019-03-06Renamed: Cyclomatic Complexity -> Cognitive ComplexityFélix Fischer-0/+1
* Ran automatic naming update * Formalized rename of `cyclomatic_complexity` to `cognitive_complexity` ** Added the rename to `lib.rs` ** Added rename test * Added warning for deprecated key `cyclomatic_complexity_threshold` and tests for it * Added deprecation status for Clippy's builtin attribute * Updated tests for new builtin attribute renaming
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2018-12-28Merge new_without_default_derive into new_without_defaultRussell Greene-0/+9
2018-12-17Add renaming testsflip1995-0/+13