Skip to content

Fix deprecation warnings #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 26, 2024
Merged

Fix deprecation warnings #2

merged 5 commits into from
Nov 26, 2024

Conversation

mdtusz
Copy link
Collaborator

@mdtusz mdtusz commented Sep 26, 2024

General maintenance work. There's no dependencies to upgrade at the moment, but this warning was present so can be fixed by the simple method and import rename.

@mdtusz mdtusz requested a review from conorbyron September 26, 2024 02:20
A feature of the compiler is being phased out which will disallow the
implied return type of functions that return a never `!` (at least as
far as I understand). This seems somewhat murky, but the easiest way to
resolve this is by specifying a unit `()` assignment.
@mdtusz mdtusz removed the request for review from conorbyron November 26, 2024 03:07
@mdtusz mdtusz merged commit 3e19e76 into main Nov 26, 2024
4 checks passed
@mdtusz mdtusz deleted the fix-deprecation branch November 26, 2024 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant