Skip to content

Commit 6b2424c

Browse files
authored
Don't import maybetail (#132)
* move maybetail to this package * remove maybetail
1 parent 604628d commit 6b2424c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlockBandedMatrices.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Base: getindex, setindex!, checkbounds, @propagate_inbounds, convert,
66
+, *, -, /, \, strides, zeros, size,
77
unsafe_convert, fill!, length, first, last,
88
eltype, getindex, to_indices, to_index,
9-
reindex, _maybetail, tail, @_propagate_inbounds_meta,
9+
reindex, tail, @_propagate_inbounds_meta,
1010
==, axes, copy, copyto!, similar, OneTo
1111

1212
import Base.Broadcast: BroadcastStyle, AbstractArrayStyle, DefaultArrayStyle, Broadcasted, broadcasted,

0 commit comments

Comments
 (0)