split is a deprecated compile error and unused
using std.mem.split is a compileError as off this change
76fb2b685b
This commit is contained in:
parent
e022b0b2f8
commit
7230e7de86
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ pub const Selection = Buffer.Selection;
|
|||
const Allocator = std.mem.Allocator;
|
||||
const copy = std.mem.copy;
|
||||
const fmt = std.fmt;
|
||||
const split = std.mem.split;
|
||||
const time = std.time;
|
||||
|
||||
const scroll_step_small = 3;
|
||||
|
|
Loading…
Add table
Reference in a new issue