about summary refs log tree commit diff
path: root/tests/rustdoc/inline_cross/renamed-via-module.rs
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2024-09-10 22:03:54 -0700
committerMichael Howell <michael@notriddle.com>2024-09-23 09:21:39 -0700
commitcc3ffe4c912ff00baeec1f52bb16389136a23a27 (patch)
tree24599ad802b54140eea6ef91d9383f23ef9c4919 /tests/rustdoc/inline_cross/renamed-via-module.rs
parente31a719cceb693a00f558eaa448152246b28b31b (diff)
downloadrust-cc3ffe4c912ff00baeec1f52bb16389136a23a27.tar.gz
rust-cc3ffe4c912ff00baeec1f52bb16389136a23a27.zip
Tweak breadcrumbs list
Diffstat (limited to 'tests/rustdoc/inline_cross/renamed-via-module.rs')
-rw-r--r--tests/rustdoc/inline_cross/renamed-via-module.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/rustdoc/inline_cross/renamed-via-module.rs b/tests/rustdoc/inline_cross/renamed-via-module.rs
index a5af9b96f6c..8bcdd9f7a39 100644
--- a/tests/rustdoc/inline_cross/renamed-via-module.rs
+++ b/tests/rustdoc/inline_cross/renamed-via-module.rs
@@ -11,18 +11,18 @@ extern crate foo;
 //@ has - '//a/[@href="struct.StepBy.html"]' "StepBy"
 //@ has foo/iter/struct.DeprecatedStepBy.html
 //@ has - '//h1' "Struct DeprecatedStepBy"
-//@ matches - '//*[@class="rustdoc-breadcrumbs"]' 'foo::iter::'
+//@ matches - '//*[@class="rustdoc-breadcrumbs"]' 'foo::iter'
 //@ has foo/iter/struct.StepBy.html
 //@ has - '//h1' "Struct StepBy"
-//@ matches - '//*[@class="rustdoc-breadcrumbs"]' 'foo::iter::'
+//@ matches - '//*[@class="rustdoc-breadcrumbs"]' 'foo::iter'
 
 //@ has bar/iter/index.html
 //@ has - '//a/[@href="struct.DeprecatedStepBy.html"]' "DeprecatedStepBy"
 //@ has - '//a/[@href="struct.StepBy.html"]' "StepBy"
 //@ has bar/iter/struct.DeprecatedStepBy.html
 //@ has - '//h1' "Struct DeprecatedStepBy"
-//@ matches - '//*[@class="rustdoc-breadcrumbs"]' 'bar::iter::'
+//@ matches - '//*[@class="rustdoc-breadcrumbs"]' 'bar::iter'
 //@ has bar/iter/struct.StepBy.html
 //@ has - '//h1' "Struct StepBy"
-//@ matches - '//*[@class="rustdoc-breadcrumbs"]' 'bar::iter::'
+//@ matches - '//*[@class="rustdoc-breadcrumbs"]' 'bar::iter'
 pub use foo::iter;