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

refactor: import Bitwise instead of use Bitwise #546

Merged
merged 1 commit into from
Oct 11, 2022

Conversation

cgarvis
Copy link
Contributor

@cgarvis cgarvis commented Oct 11, 2022

Fixes deprecation warning in elixir 1.14.0

warning: use Bitwise is deprecated. import Bitwise instead
  lib/tesla/middleware/retry.ex:51: Tesla.Middleware.Retry

Fixes deprecation warning in elixir 1.14.0

```
warning: use Bitwise is deprecated. import Bitwise instead
  lib/tesla/middleware/retry.ex:51: Tesla.Middleware.Retry
```
@yordis
Copy link
Member

yordis commented Oct 11, 2022

💜

@yordis yordis merged commit cbb8e36 into elixir-tesla:master Oct 11, 2022
@cgarvis cgarvis deleted the patch-1 branch February 10, 2023 13:54
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.

2 participants