Skip to content

Commit

Permalink
Update src/Compat.jl
Browse files Browse the repository at this point in the history
Use using instead of import

Co-authored-by: Curtis Vogt <curtis.vogt@gmail.com>
  • Loading branch information
fchorney and omus authored Jun 11, 2020
1 parent 569bf0f commit ab17443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ end
# https://github.com/JuliaLang/julia/pull/27516
if VERSION < v"1.2.0-DEV.77"
import Test: @inferred
import Core.Compiler: typesubtract
using Core.Compiler: typesubtract

macro inferred(allow, ex)
_inferred(ex, __module__, allow)
Expand Down

0 comments on commit ab17443

Please sign in to comment.