Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 979206f

Browse files
committed
Fix doc test
1 parent 964f2a0 commit 979206f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ use crate::consts::{constant, Constant};
111111
/// #![feature(rustc_private)]
112112
/// extern crate rustc_session;
113113
/// use rustc_session::declare_tool_lint;
114-
/// use clippy_lints::declare_clippy_lint;
114+
/// use clippy_utils::declare_clippy_lint;
115115
///
116116
/// declare_clippy_lint! {
117117
/// /// **What it does:** Checks for ... (describe what the lint matches).

0 commit comments

Comments
 (0)