Skip to content

Commit

Permalink
Merge pull request rust-lang#562 from ehuss/fix-attr-redir
Browse files Browse the repository at this point in the history
Fix attribute redirects.
  • Loading branch information
Havvy committed Apr 12, 2019
2 parents 98f90ff + e723bbd commit 6a19ed3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/attributes-redirect.html
@@ -1,22 +1,22 @@
<script>
(function() {
var fragments = {
"#cold-attribute": "codegen.html#the-cold-attribute",
"#cold-attribute": "attributes/codegen.html#the-cold-attribute",
"#conditional-compilation": "conditional-compilation.html",
"#deprecation": "diagnostics.html#the-deprecated-attribute",
"#deprecation": "attributes/diagnostics.html#the-deprecated-attribute",
"#derive": "attributes/derive.html",
"#documentation": "../rustdoc/the-doc-attribute.html",
"#ffi-attributes": "attributes.html#built-in-attributes-index",
"#inline-attribute": "codegen.html#the-inline-attribute",
"#lint-check-attributes": "diagnostics.html#lint-check-attributes",
"#inline-attribute": "attributes/codegen.html#the-inline-attribute",
"#lint-check-attributes": "attributes/diagnostics.html#lint-check-attributes",
"#macro-related-attributes": "attributes.html#built-in-attributes-index",
"#miscellaneous-attributes": "attributes.html#built-in-attributes-index",
"#must_use": "diagnostics.html#the-must_use-attribute",
"#optimization-hints": "codegen.html#optimization-hints",
"#must_use": "attributes/diagnostics.html#the-must_use-attribute",
"#optimization-hints": "attributes/codegen.html#optimization-hints",
"#path": "items/modules.html#the-path-attribute",
"#preludes": "crates-and-source-files.html#preludes-and-no_std",
"#testing": "testing.html",
"#tool-lint-attributes": "diagnostics.html#tool-lint-attributes",
"#testing": "attributes/testing.html",
"#tool-lint-attributes": "attributes/diagnostics.html#tool-lint-attributes",
"#crate-only-attributes": "attributes.html#built-in-attributes-index",
};
var target = fragments[window.location.hash];
Expand Down

0 comments on commit 6a19ed3

Please sign in to comment.