From 066f9a02c9ea6b68d0489a7886bc33aedb38e1a2 Mon Sep 17 00:00:00 2001 From: Richard Dodd Date: Sun, 15 Apr 2018 14:00:36 +0100 Subject: [PATCH] Better test description --- tests/testsuite/doc.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") -- 2.30.2