Browse Source

Keep `-vet` happy

gingerBill 3 years ago
parent
commit
360f75a65c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/sort/sort.odin

+ 1 - 0
core/sort/sort.odin

@@ -5,6 +5,7 @@ import _slice "core:slice"
 import "core:intrinsics"
 
 _ :: intrinsics
+_ :: _slice
 ORD :: intrinsics.type_is_ordered
 
 Interface :: struct {