Skip to content

Commit

Permalink
Remove illegal_floating_point_literal_pattern lint
Browse files Browse the repository at this point in the history
Recent versions of Rust have removed the
illegal_floating_point_literal_pattern lint. Remove it from our list of
lints as well to prevent related warnings from popping up.
  • Loading branch information
d-e-s-o committed Jul 16, 2024
1 parent 2a72002 commit eadd81a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
bad_style,
dead_code,
future_incompatible,
illegal_floating_point_literal_pattern,
improper_ctypes,
late_bound_lifetime_arguments,
missing_copy_implementations,
Expand Down

0 comments on commit eadd81a

Please sign in to comment.