Skip to content

Commit

Permalink
Remove private_in_public
Browse files Browse the repository at this point in the history
Resolves: #652

According to The Rust RFC Book type privacy chapter:
https://rust-lang.github.io/rfcs/2145-type-privacy.html
"private_in_public" compatibility lint will be removed
and its uses will be reported as warnings by
"renamed_and_removed_lints"

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored and ansasaki committed Sep 25, 2023
1 parent 5c43ca8 commit d0ae34f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keylime-agent/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
overflowing_literals,
path_statements,
patterns_in_fns_without_body,
private_in_public,
unconditional_recursion,
unused,
while_true,
Expand Down

0 comments on commit d0ae34f

Please sign in to comment.