diff options
| author | Michael Howell <michael@notriddle.com> | 2024-10-23 19:15:23 -0400 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2024-10-23 19:15:23 -0400 |
| commit | a53655a023cee5dee1873bd3dfc805d7c460fbeb (patch) | |
| tree | ebb93b369e3f5fe9a9a240f5d38106c081bea595 /tests/rustdoc/thread-local-src.rs | |
| parent | b0c2d2e5b00339014cba0a31f634af8c146458ed (diff) | |
| download | rust-a53655a023cee5dee1873bd3dfc805d7c460fbeb.tar.gz rust-a53655a023cee5dee1873bd3dfc805d7c460fbeb.zip | |
rustdoc: adjust spacing and typography in header
Diffstat (limited to 'tests/rustdoc/thread-local-src.rs')
| -rw-r--r-- | tests/rustdoc/thread-local-src.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc/thread-local-src.rs b/tests/rustdoc/thread-local-src.rs index b23a9a48654..16509e8514d 100644 --- a/tests/rustdoc/thread-local-src.rs +++ b/tests/rustdoc/thread-local-src.rs @@ -1,6 +1,6 @@ #![crate_name = "foo"] -//@ has foo/index.html '//a[@href="../src/foo/thread-local-src.rs.html#1-6"]' 'source' +//@ has foo/index.html '//a[@href="../src/foo/thread-local-src.rs.html#1-6"]' 'Source' -//@ has foo/constant.FOO.html '//a[@href="../src/foo/thread-local-src.rs.html#6"]' 'source' +//@ has foo/constant.FOO.html '//a[@href="../src/foo/thread-local-src.rs.html#6"]' 'Source' thread_local!(pub static FOO: bool = false); |
