Skip to content

Commit f5d1ca6

Browse files
authored
inline_modules: fix the rust version the lint was introduced in (#16907)
Follow-up to #16732 changelog: none
2 parents 47c1b32 + 2875882 commit f5d1ca6

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)