We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef311b commit 326090dCopy full SHA for 326090d
doc/common_tools_writing_lints.md
@@ -47,7 +47,7 @@ to retrieve a type from a pattern.
47
Two noticeable items here:
48
- `cx` is the lint context [`LateContext`][LateContext]. The two most useful
49
data structures in this context are `tcx` and the `TypeckResults` returned by
50
- 'LateContext::typeck_results', allowing us to jump to type definitions and
+ `LateContext::typeck_results`, allowing us to jump to type definitions and
51
other compilation stages such as HIR.
52
- `typeck_results`'s return value is [`TypeckResults`][TypeckResults] and is
53
created by type checking step, it includes useful information such as types
0 commit comments