Skip to content

Commit 2875882

Browse files
committed
inline_modules: fix the rust version the lint was introduced in
1 parent f30bdb9 commit 2875882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clippy_lints/src/module_style.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ declare_clippy_lint! {
3535
/// // in `src/foo.rs` (or `src/foo/mod.rs`)
3636
/// /* module contents */
3737
/// ```
38-
#[clippy::version = "1.96.0"]
38+
#[clippy::version = "1.97.0"]
3939
pub INLINE_MODULES,
4040
restriction,
4141
"checks that module layout does not use inline modules"

0 commit comments

Comments
 (0)