Skip to content

Commit 7ba5023

Browse files
authored
Remove passing lint allows (#571)
Was going to see if we needed to add more unwrap-prevention lints but it doesn't seem like it.
1 parent 5b4f46d commit 7ba5023

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/lib.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -261,15 +261,6 @@
261261
clippy::missing_errors_doc,
262262
clippy::let_unit_value,
263263
clippy::option_if_let_else,
264-
265-
// It may be worth to look if we can fix the issues highlighted by these lints.
266-
clippy::cast_possible_truncation,
267-
clippy::cast_sign_loss,
268-
clippy::cast_precision_loss,
269-
clippy::cast_possible_wrap,
270-
271-
// Add temporarily - Needs addressing
272-
clippy::missing_panics_doc,
273264
)]
274265
#![forbid(unsafe_code)]
275266

0 commit comments

Comments
 (0)