We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a4ad7 commit 2294055Copy full SHA for 2294055
tests/rustdoc/intra-doc/pub-use.rs
@@ -7,7 +7,7 @@ extern crate inner;
7
/// [mod@std::env] [g]
8
//@ has outer/index.html
9
//@ has - '//a[@href="{{channel}}/std/env/index.html"]' "std::env"
10
-//@ has - '//a[@href="fn.f.html"]' "g"
+//@ has - '//a[@href="fn.g.html"]' "g"
11
pub use f as g;
12
13
// Make sure the documentation is actually correct by documenting an inlined re-export
0 commit comments