diff options
| author | Igor Aleksanov <popzxc@yandex.ru> | 2021-06-20 08:32:43 +0300 |
|---|---|---|
| committer | Igor Aleksanov <popzxc@yandex.ru> | 2021-06-20 08:32:43 +0300 |
| commit | faa2fa7490423b30362b44034e9336c469556b6b (patch) | |
| tree | 2a630137182336238e4c32ac6227fd8abbcd38ea | |
| parent | d4c9fe7549f29ca573f5a58ac94eacd662cd1421 (diff) | |
| download | rust-faa2fa7490423b30362b44034e9336c469556b6b.tar.gz rust-faa2fa7490423b30362b44034e9336c469556b6b.zip | |
Improve appearance
| -rw-r--r-- | tests/compile-test.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/compile-test.rs b/tests/compile-test.rs index 72905bd948e..8640cfb963d 100644 --- a/tests/compile-test.rs +++ b/tests/compile-test.rs @@ -52,6 +52,7 @@ fn third_party_crates() -> String { "\n---------------------------------------------------\n\n \ Found multiple rlibs for crate `{}`: `{:?}` and `{:?}`.\n \ Probably, you need to run `cargo clean` before running tests again.\n \ + \nFor details on that error see https://github.com/rust-lang/rust-clippy/issues/7343 \ \n---------------------------------------------------\n", dep, old, path ); |
