diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-08-19 18:16:02 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-08-20 13:33:41 +0200 |
| commit | f5b5d867d5954c2a843f6a3db338ea86fafd66b1 (patch) | |
| tree | fd35ca8ef4f88668d2212efccac43eeb56ba7061 /src/test/rustdoc/issue-41783.codeblock.html | |
| parent | 042e0d02d74862796e9716abee07455b5e885151 (diff) | |
| download | rust-f5b5d867d5954c2a843f6a3db338ea86fafd66b1.tar.gz rust-f5b5d867d5954c2a843f6a3db338ea86fafd66b1.zip | |
Update rustdoc tests
Diffstat (limited to 'src/test/rustdoc/issue-41783.codeblock.html')
| -rw-r--r-- | src/test/rustdoc/issue-41783.codeblock.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc/issue-41783.codeblock.html b/src/test/rustdoc/issue-41783.codeblock.html index b919935e4b4..89987491d1b 100644 --- a/src/test/rustdoc/issue-41783.codeblock.html +++ b/src/test/rustdoc/issue-41783.codeblock.html @@ -1,5 +1,5 @@ <code># single ## double ### triple -<span class="attribute">#[outer]</span> -<span class="attribute">#![inner]</span></code> \ No newline at end of file +<span class="attribute">#[outer] +#![inner]</span></code> |
