Skip to content

Commit d0ae34f

Browse files
sarroutbiansasaki
authored andcommitted
Remove private_in_public
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]>
1 parent 5c43ca8 commit d0ae34f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

keylime-agent/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
overflowing_literals,
1111
path_statements,
1212
patterns_in_fns_without_body,
13-
private_in_public,
1413
unconditional_recursion,
1514
unused,
1615
while_true,

0 commit comments

Comments
 (0)