Skip to content

Commit

Permalink
Don't import require_one_based_indexing from StaticArraysCore
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Sep 29, 2024
1 parent 431d57a commit b267c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StaticArrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using PrecompileTools
# from StaticArraysCore to make transitioning definitions to StaticArraysCore easier.
using StaticArraysCore: StaticArraysCore, StaticArray, StaticScalar, StaticVector,
StaticMatrix, StaticVecOrMat, tuple_length, tuple_prod,
tuple_minimum, size_to_tuple, require_one_based_indexing
tuple_minimum, size_to_tuple
using StaticArraysCore: FieldArray, FieldMatrix, FieldVector
using StaticArraysCore: StaticArrayStyle
using StaticArraysCore: Dynamic, StaticDimension
Expand Down

0 comments on commit b267c0b

Please sign in to comment.