diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-11-29 17:14:05 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-12-02 14:17:20 +0100 |
| commit | d7e998dd14a8eed64df84d3a0ae05a906d7df152 (patch) | |
| tree | 12683dafbe0e9f1ee1a381ec281666a269d5ed15 /src/test/rustdoc/struct-implementations-title.rs | |
| parent | 1e55c31cbbc43a21c93ed5652dc39c267e6557af (diff) | |
| download | rust-d7e998dd14a8eed64df84d3a0ae05a906d7df152.tar.gz rust-d7e998dd14a8eed64df84d3a0ae05a906d7df152.zip | |
Rename ID "main" into "main-content"
Diffstat (limited to 'src/test/rustdoc/struct-implementations-title.rs')
| -rw-r--r-- | src/test/rustdoc/struct-implementations-title.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/struct-implementations-title.rs b/src/test/rustdoc/struct-implementations-title.rs index 96eb11311d6..5468796f669 100644 --- a/src/test/rustdoc/struct-implementations-title.rs +++ b/src/test/rustdoc/struct-implementations-title.rs @@ -3,7 +3,7 @@ pub struct Struc; // @has foo/struct.Struc.html -// @has - '//*[@id="main"]/h2[@id="implementations"]' "Implementations" +// @has - '//*[@id="main-content"]/h2[@id="implementations"]' "Implementations" impl Struc { pub const S: u64 = 0; } |
