|
1 | 1 | <script>
|
2 | 2 | (function() {
|
3 | 3 | var fragments = {
|
4 |
| - "#cold-attribute": "codegen.html#the-cold-attribute", |
| 4 | + "#cold-attribute": "attributes/codegen.html#the-cold-attribute", |
5 | 5 | "#conditional-compilation": "conditional-compilation.html",
|
6 |
| - "#deprecation": "diagnostics.html#the-deprecated-attribute", |
| 6 | + "#deprecation": "attributes/diagnostics.html#the-deprecated-attribute", |
7 | 7 | "#derive": "attributes/derive.html",
|
8 | 8 | "#documentation": "../rustdoc/the-doc-attribute.html",
|
9 | 9 | "#ffi-attributes": "attributes.html#built-in-attributes-index",
|
10 |
| - "#inline-attribute": "codegen.html#the-inline-attribute", |
11 |
| - "#lint-check-attributes": "diagnostics.html#lint-check-attributes", |
| 10 | + "#inline-attribute": "attributes/codegen.html#the-inline-attribute", |
| 11 | + "#lint-check-attributes": "attributes/diagnostics.html#lint-check-attributes", |
12 | 12 | "#macro-related-attributes": "attributes.html#built-in-attributes-index",
|
13 | 13 | "#miscellaneous-attributes": "attributes.html#built-in-attributes-index",
|
14 |
| - "#must_use": "diagnostics.html#the-must_use-attribute", |
15 |
| - "#optimization-hints": "codegen.html#optimization-hints", |
| 14 | + "#must_use": "attributes/diagnostics.html#the-must_use-attribute", |
| 15 | + "#optimization-hints": "attributes/codegen.html#optimization-hints", |
16 | 16 | "#path": "items/modules.html#the-path-attribute",
|
17 | 17 | "#preludes": "crates-and-source-files.html#preludes-and-no_std",
|
18 |
| - "#testing": "testing.html", |
19 |
| - "#tool-lint-attributes": "diagnostics.html#tool-lint-attributes", |
| 18 | + "#testing": "attributes/testing.html", |
| 19 | + "#tool-lint-attributes": "attributes/diagnostics.html#tool-lint-attributes", |
20 | 20 | "#crate-only-attributes": "attributes.html#built-in-attributes-index",
|
21 | 21 | };
|
22 | 22 | var target = fragments[window.location.hash];
|
|
0 commit comments