From e3f143ff0abfb10ffdcd53e1dba27322e76dc1f6 Mon Sep 17 00:00:00 2001 From: Andre Bogus Date: Wed, 2 Oct 2019 17:19:30 +0200 Subject: account for doc visibility --- clippy_dev/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clippy_dev') diff --git a/clippy_dev/src/lib.rs b/clippy_dev/src/lib.rs index b53a5579971..7df7109c75f 100644 --- a/clippy_dev/src/lib.rs +++ b/clippy_dev/src/lib.rs @@ -57,7 +57,7 @@ impl Lint { lints.filter(|l| l.deprecation.is_none() && !l.is_internal()) } - /// Returns the lints in a HashMap, grouped by the different lint groups + /// Returns the lints in a `HashMap`, grouped by the different lint groups pub fn by_lint_group(lints: &[Self]) -> HashMap> { lints .iter() -- cgit 1.4.1-3-g733a5