Skip to content

Fix most of `clippy::restriction` and `clippy::pedantic`

Vincent Lafeychine requested to merge clippy-restriction into main

Part of #7.

The only interesting commits are enum_variant_names (8666e41a) and module_name_repetitions (cce2c637). Symbol names got changed implying ABI breakage, which is meaningless unless other MR used those symbols.

Edited by Vincent Lafeychine

Merge request reports