Skip to content

Commit 6d9b263

Browse files
committed
Fix import
1 parent d45e660 commit 6d9b263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/saturating.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import Base: BitInteger
22
import Base.Checked: mul_with_overflow
33

4-
if VERSION v"1.11-alpha"
5-
import Base: power_by_squaring
4+
if VERSION v"1.11-alpha"
5+
using Base: power_by_squaring
66
end
77

88
# resolve ambiguity when `-` used as symbol

0 commit comments

Comments
 (0)