langref: fix build failure

This commit is contained in:
Andrew Kelley
2025-12-22 18:49:10 -08:00
parent 33e302d67a
commit 691afee786
6 changed files with 61 additions and 50 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ pub fn main() !void {
.maximum = 0.20,
};
const category = threshold.categorize(0.90);
try std.fs.File.stdout().writeAll(@tagName(category));
std.log.info("category: {t}", .{category});
}
const std = @import("std");