Skip to content

Commit

Permalink
Remove public_in_private warning
Browse files Browse the repository at this point in the history
RFC #3516 has been merged and the public in private changes are on
stable. It's tripping clippy on stable, so let's fully remove it from
our codebase.
  • Loading branch information
thenorili committed Nov 19, 2023
1 parent 75511af commit 9b68aee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion color-spantrace/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
feature(rustdoc_missing_doc_code_examples),
warn(rustdoc::missing_doc_code_examples)
)]
#![cfg_attr(stable, warn(private_in_public))]
#![warn(
missing_debug_implementations,
missing_docs,
Expand Down
1 change: 0 additions & 1 deletion eyre/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@
feature(rustdoc_missing_doc_code_examples),
warn(rustdoc::missing_doc_code_examples)
)]
#![cfg_attr(stable, warn(private_in_public))]
#![warn(
missing_debug_implementations,
missing_docs,
Expand Down

0 comments on commit 9b68aee

Please sign in to comment.