]> git.lizzy.rs Git - rust.git/commit
Merge #8221
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sat, 27 Mar 2021 22:43:34 +0000 (22:43 +0000)
committerGitHub <noreply@github.com>
Sat, 27 Mar 2021 22:43:34 +0000 (22:43 +0000)
commitce6bb5ccca48b177f6cd12b42b4c52f3e1b44e0c
treec247f9c8f8b91d4fa701213e597297dcde5b708f
parent84f1660a37fa28c4ca4e7e75db5715b12904061a
parentc9e479870ba34a04ed91fb8055721b4c3d00a26c
Merge #8221

8221: Prefer adding `mod` declaration to lib.rs over file.rs in UnlinkedFile fix r=Veykril a=Veykril

When there is a `lib.rs` and `main.rs` in one crate, one usually wants the `lib.rs` file to declare the modules.
bors r+

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>