Skip to content

Commit

Permalink
Fix deprecation warning from Bitwise
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag committed Dec 5, 2023
1 parent 3e7e3f5 commit 78d7089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/statix/packet.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Statix.Packet do
@moduledoc false

use Bitwise
import Bitwise

def header({n1, n2, n3, n4}, port) do
true = Code.ensure_loaded?(:gen_udp)
Expand Down

0 comments on commit 78d7089

Please sign in to comment.