From: Richard Dodd Date: Sun, 15 Apr 2018 13:00:36 +0000 (+0100) Subject: Better test description X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~1^2~67^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=066f9a02c9ea6b68d0489a7886bc33aedb38e1a2;p=cargo.git Better test description --- diff --git a/tests/testsuite/doc.rs b/tests/testsuite/doc.rs index f81c37fbf..0980042d5 100644 --- a/tests/testsuite/doc.rs +++ b/tests/testsuite/doc.rs @@ -1495,8 +1495,8 @@ fn doc_edition() { ); } -// Tests an issue where depending on different versions of the same file caused `cargo doc` to -// fail. +// Tests an issue where depending on different versions of the same crate depending on `cfg`s +// caused `cargo doc` to fail. #[test] fn issue_5345() { let foo = project("foo")