Skip to content

Commit 326090d

Browse files
ambroisiegiraffate
andauthored
fixup! Rename tables to typecheck_result()
Co-authored-by: Takayuki Nakata <[email protected]>
1 parent 9ef311b commit 326090d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/common_tools_writing_lints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ to retrieve a type from a pattern.
4747
Two noticeable items here:
4848
- `cx` is the lint context [`LateContext`][LateContext]. The two most useful
4949
data structures in this context are `tcx` and the `TypeckResults` returned by
50-
'LateContext::typeck_results', allowing us to jump to type definitions and
50+
`LateContext::typeck_results`, allowing us to jump to type definitions and
5151
other compilation stages such as HIR.
5252
- `typeck_results`'s return value is [`TypeckResults`][TypeckResults] and is
5353
created by type checking step, it includes useful information such as types

0 commit comments

Comments
 (0)