Remove redundant test

This commit is contained in:
Dániel Buga 2020-12-21 17:40:39 +01:00
parent 15d1f81196
commit dffa1e2412
2 changed files with 0 additions and 16 deletions

View file

@ -1,6 +0,0 @@
// ignore-test
// check-pass
/// docs [label][with#anchor#error]
//~^ WARNING has an issue with the link anchor
pub struct S;

View file

@ -1,10 +0,0 @@
warning: `[with#anchor#error]` has an issue with the link anchor.
--> $DIR/reference-link-has-one-warning.rs:3:18
|
LL | /// docs [label][with#anchor#error]
| ^^^^^^^^^^^^^^^^^ only one `#` is allowed in a link
|
= note: `#[warn(broken_intra_doc_links)]` on by default
warning: 1 warning emitted