From 3f4ad44082abe7256825f6fc692c1455a1eb28bb Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 14 Jun 2021 22:55:05 +0300 Subject: internal: document that we don't #[ignore] tests --- crates/ide/src/hover.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crates/ide/src/hover.rs') diff --git a/crates/ide/src/hover.rs b/crates/ide/src/hover.rs index c08516805..afeded315 100644 --- a/crates/ide/src/hover.rs +++ b/crates/ide/src/hover.rs @@ -1821,9 +1821,10 @@ pub struct B$0ar ); } - #[ignore = "path based links currently only support documentation on ModuleDef items"] #[test] fn test_hover_path_link_field() { + // FIXME: Should be + // [Foo](https://docs.rs/test/*/test/struct.Foo.html) check( r#" pub struct Foo; @@ -1845,7 +1846,7 @@ pub struct Bar { --- - [Foo](https://docs.rs/test/*/test/struct.Foo.html) + [Foo](struct.Foo.html) "#]], ); } -- cgit v1.2.3