Skip to content
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

Remove unneeded dependencies #2105

Merged
merged 2 commits into from Mar 17, 2024
Merged

Remove unneeded dependencies #2105

merged 2 commits into from Mar 17, 2024

Conversation

notgull
Copy link
Contributor

@notgull notgull commented Mar 13, 2024

  • Remove lazy_static. It is only used to create a static Mutex, which can be done now on stable Rust.
  • Remove takeable_option. We can just use a regular Option.

- Remove `lazy_static`. It is only used to create a static Mutex, which
  can be done now on stable Rust.
- Remove `takeable_option`. We can just use a regular `Option`.

Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: John Nunley <dev@notgull.net>
@notgull notgull requested a review from est31 March 16, 2024 17:39
@est31 est31 merged commit 14cf759 into glium:master Mar 17, 2024
7 checks passed
@notgull notgull deleted the once-cell branch March 17, 2024 21:53
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.

None yet

2 participants