Skip to content

Commit

Permalink
Removed lints that were converted to hard errors (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX authored May 27, 2024
1 parent c70b835 commit 08d7cd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
hidden_glob_reexports,
improper_ctypes,
improper_ctypes_definitions,
indirect_structural_match,
inline_no_sanitize,
internal_features,
invalid_from_utf8,
Expand Down Expand Up @@ -145,7 +144,6 @@
opaque_hidden_inferred_bound,
overlapping_range_endpoints,
path_statements,
pointer_structural_match,
private_bounds,
private_interfaces,
redundant_lifetimes,
Expand Down

0 comments on commit 08d7cd8

Please sign in to comment.