ignore return from addModule

This commit is contained in:
Jeffrey C. Ollie 2023-10-14 14:22:01 -05:00
parent 0b09b9191c
commit 8a8053ff54
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -14,7 +14,7 @@ pub fn build(b: *std.Build) void {
// try b.modules.put(b.dupe("datetime"), module);
b.addModule(
_ = b.addModule(
"datetime",
.{
.source_file = .{