Better test description
authorRichard Dodd <richard.dodd@itp-group.co.uk>
Sun, 15 Apr 2018 13:00:36 +0000 (14:00 +0100)
committerRichard Dodd <richard.dodd@itp-group.co.uk>
Sun, 15 Apr 2018 13:00:36 +0000 (14:00 +0100)
tests/testsuite/doc.rs

index f81c37fbf5aeea2f34c81031f6bd0067adc9e2e3..0980042d531c2f85576cb8e8531b13f4ff4b13bf 100644 (file)
@@ -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")