mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
e3d00a4980
Changes the style guidelines regarding unit tests to recommend using a sub-module named "tests" instead of "test" for unit tests as "test" might clash with imports of libtest (see #23870, #24030 and http://users.rust-lang.org/t/guidelines-naming-of-unit-test-module/1078 for previous discussions). r? @alexcrichton