]> git.lizzy.rs Git - rust.git/commit
Merge #6724
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fri, 4 Dec 2020 18:39:04 +0000 (18:39 +0000)
committerGitHub <noreply@github.com>
Fri, 4 Dec 2020 18:39:04 +0000 (18:39 +0000)
commitb6def6575cc0d1534f1fd9dcd04aa3fc40620e88
tree3c7225d32f405ea993583bbe9c8e7efe69babd04
parent7efab3ed032e84ae8d8acf807aeb914365a9ac50
parente45ab7e0ecb681a2d19bd94fb0b2c09b88309319
Merge #6724

6724: Fix `diagnostics` subcommand, look at all modules r=jonas-schievink a=jonas-schievink

The `diagnostics` subcommand used to only compute diagnostics for `lib.rs` / the root module of all workspace crates. This fixed it and makes it look at every module.

bors r+

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>