Skip to content

Commit

Permalink
Use Forward from the module it is defined from (#293)
Browse files Browse the repository at this point in the history
`Base.Order` defines `Forward` and `Base.Sort` uses it.
  • Loading branch information
LilithHafner authored Nov 24, 2022
1 parent 82ae271 commit a6117f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SparseArrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module SparseArrays

using Base: ReshapedArray, promote_op, setindex_shape_check, to_shape, tail,
require_one_based_indexing, promote_eltype
using Base.Sort: Forward
using Base.Order: Forward
using LinearAlgebra
using LinearAlgebra: AdjOrTrans, matprod

Expand Down

0 comments on commit a6117f0

Please sign in to comment.