Skip to content

Commit

Permalink
Remove private_in_public lint
Browse files Browse the repository at this point in the history
The private_in_public lint has been removed with recent versions of
Rust. Remove it from our list of lints to prevent any warnings from
popping up moving forward.
  • Loading branch information
d-e-s-o committed Sep 18, 2024
1 parent 28ebaa0 commit 2a72002
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2019-2023 Daniel Mueller <deso@posteo.net>
// Copyright (C) 2019-2024 Daniel Mueller <deso@posteo.net>
// SPDX-License-Identifier: GPL-3.0-or-later

#![warn(
Expand All @@ -17,7 +17,6 @@
overflowing_literals,
path_statements,
patterns_in_fns_without_body,
private_in_public,
proc_macro_derive_resolution_fallback,
renamed_and_removed_lints,
rust_2018_compatibility,
Expand Down

0 comments on commit 2a72002

Please sign in to comment.