about summary refs log tree commit diff
path: root/clippy_workspace_tests
AgeCommit message (Collapse)AuthorLines
2019-12-23a few small cleanupsLzu Tao-2/+2
2019-02-03Transition leftover test libs to Rust 2018Philipp Hansch-0/+3
2019-01-08Remove all copyright license headersPhilipp Hansch-20/+0
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2018-10-06Add license header to Rust filesManish Goregaokar-0/+20
2017-07-27Fix logic that determines closest parent crate when invoked from a subdirectory.Arnavion-0/+11
The previous logic incorrectly matches the deepest child of the current directory that is a crate.