Skip to content

Commit c306d20

Browse files
author
Keegan McAllister
committed
fixup! Make lint::Context conform to rustc API conventions
1 parent 3b846ef commit c306d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/lint/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ impl LintStore {
167167

168168
/// Context for lint checking.
169169
pub struct Context<'a> {
170-
/// Type context we're checking in (used to access fields like sess).
170+
/// Type context we're checking in.
171171
pub tcx: &'a ty::ctxt,
172172

173173
/// The store of registered lints.

0 commit comments

Comments
 (0)