You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ and resolved paths.
27
27
[`T-AST`](https://github.com/rust-lang-nursery/rust-clippy/labels/T-AST) issues will generally need you to match against a predefined syntax structure. To figure out
28
28
how this syntax structure is encoded in the AST, it is recommended to run `rustc -Z ast-json` on an
29
29
example of the structure and compare with the
30
-
[nodes in the AST docs](http://manishearth.github.io/rust-internals-docs/syntax/ast/). Usually
30
+
[nodes in the AST docs](https://doc.rust-lang.org/nightly/nightly-rustc/syntax/ast). Usually
31
31
the lint will end up to be a nested series of matches and ifs,
0 commit comments