diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2025-01-22 05:03:54 +0100 |
|---|---|---|
| committer | León Orell Valerian Liehr <me@fmease.dev> | 2025-01-22 05:03:54 +0100 |
| commit | ff7cf142c0d8ad6950d3276558e6daf1b69cfa5b (patch) | |
| tree | 6bdb6ee082b68e43e8a36e23ce081116ce5607cb /tests/rustdoc | |
| parent | a24bdc60ce8b54ff5610793e8527eea84ce6fb6f (diff) | |
| download | rust-ff7cf142c0d8ad6950d3276558e6daf1b69cfa5b.tar.gz rust-ff7cf142c0d8ad6950d3276558e6daf1b69cfa5b.zip | |
rustdoc: Finalize dyn compatibility renaming
Diffstat (limited to 'tests/rustdoc')
| -rw-r--r-- | tests/rustdoc/sidebar/sidebar-items.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/sidebar/sidebar-items.rs b/tests/rustdoc/sidebar/sidebar-items.rs index 57c2eee91a9..6e13457796e 100644 --- a/tests/rustdoc/sidebar/sidebar-items.rs +++ b/tests/rustdoc/sidebar/sidebar-items.rs @@ -26,7 +26,7 @@ pub trait Foo { } //@ has foo/trait.DynCompatible.html -//@ !has - '//div[@class="sidebar-elems"]//h3/a[@href="#object-safety"]' '' +//@ !has - '//div[@class="sidebar-elems"]//h3/a[@href="#dyn-compatibility"]' '' pub trait DynCompatible { fn access(&self); } |
