Skip to content

Commit 184feee

Browse files
committed
Fix key function description
1 parent 8dd65e4 commit 184feee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lintcheck/src/json.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct LintJson {
2929
}
3030

3131
impl LintJson {
32-
/// Returns a tuple of name and file_line for sorting and comparison.
32+
/// Returns a tuple of name and `file_line` for sorting and comparison.
3333
fn key(&self) -> impl Ord + '_ {
3434
(self.name.as_str(), self.file_line.as_str())
3535
}

0 commit comments

Comments
 (0)