From 184feee826bb534a568bcea2cf35c93fa1a40549 Mon Sep 17 00:00:00 2001 From: Turtel216 Date: Sun, 9 Mar 2025 16:29:07 +0200 Subject: Fix key function description --- lintcheck/src/json.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lintcheck/src/json.rs b/lintcheck/src/json.rs index 58830f8a8b3..8ea0a41ed36 100644 --- a/lintcheck/src/json.rs +++ b/lintcheck/src/json.rs @@ -29,7 +29,7 @@ struct LintJson { } impl LintJson { - /// Returns a tuple of name and file_line for sorting and comparison. + /// Returns a tuple of name and `file_line` for sorting and comparison. fn key(&self) -> impl Ord + '_ { (self.name.as_str(), self.file_line.as_str()) } -- cgit 1.4.1-3-g733a5