Skip to content

Commit bfe49f1

Browse files
committed
🔨 fix macos build
1 parent fb94977 commit bfe49f1

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/cover.svg

Lines changed: 1 addition & 1 deletion
Loading

sortySlice.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ func IsSortedSlice(ar any) int {
5252
// []unsafe.Pointer, []*T // for any type T
5353
//
5454
// otherwise it panics.
55-
//
56-
//go:nosplit
5755
func SortSlice(ar any) {
5856
slc, kind := extractSK(ar)
5957
switch kind {

0 commit comments

Comments
 (0)