We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd65e4 commit 184feeeCopy full SHA for 184feee
lintcheck/src/json.rs
@@ -29,7 +29,7 @@ struct LintJson {
29
}
30
31
impl LintJson {
32
- /// Returns a tuple of name and file_line for sorting and comparison.
+ /// Returns a tuple of name and `file_line` for sorting and comparison.
33
fn key(&self) -> impl Ord + '_ {
34
(self.name.as_str(), self.file_line.as_str())
35
0 commit comments