Skip to content

Commit

Permalink
Implement Into traits indirectly via From
Browse files Browse the repository at this point in the history
Also addresses most clippy warnings related to these files as long as
they don't affect other files too much.

The impls that could panic should be implemented via TryFrom, but
changing this would affect more files. For now, keep it as From and
change those in the future.
  • Loading branch information
aaronmondal committed Jul 11, 2023
1 parent 13159ae commit 86d8c60
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 318 deletions.
Loading

0 comments on commit 86d8c60

Please sign in to comment.