File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -265,10 +265,10 @@ functions to deal with macros:
265
265
```
266
266
267
267
[ Ty ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.Ty.html
268
- [ TyKind ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty /enum.TyKind.html
268
+ [ TyKind ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_type_ir/ty_kind /enum.TyKind.html
269
269
[ TypeckResults ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.TypeckResults.html
270
270
[ expr_ty ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.TypeckResults.html#method.expr_ty
271
271
[ LateContext ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint/struct.LateContext.html
272
272
[ TyCtxt ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/context/struct.TyCtxt.html
273
- [ pat_ty ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/context/ struct.TypeckResults.html#method.pat_ty
273
+ [ pat_ty ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.TypeckResults.html#method.pat_ty
274
274
[ paths ] : https://doc.rust-lang.org/nightly/nightly-rustc/clippy_utils/paths/index.html
You can’t perform that action at this time.
0 commit comments