hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit d120be2a911f6d1304056598af2940dae862b920
parent 5edc06a049a5ba9530315b0de02f3aa3d41e0dad
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 24 Oct 2021 10:25:26 +0200

linux::io_uring: drop 'use fmt'

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
Mlinux/io_uring/sqe.ha | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/linux/io_uring/sqe.ha b/linux/io_uring/sqe.ha @@ -1,7 +1,6 @@ use endian; use rt; use types; -use fmt; fn prep(sq: *sqe, op: op, flags: flags...) void = { rt::memset(sq, 0, size(sqe));