rustc_arena::coldpath shouldn't be pub
#81429
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
rust/compiler/rustc_arena/src/lib.rs
Lines 33 to 37 in 1d517af
The function isn't used anywhere outside of that crate (there is a copy of that function in
rustc_datastructures
, which is used elsewhere). It shouldn't be pub at all because it is only used in the same file in which it is defined.The text was updated successfully, but these errors were encountered: