Skip to content

Commit cd1bb2b

Browse files
committed
comment
1 parent c505344 commit cd1bb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Io/Writer.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ pub fn printValue(
10381038
) Error!void {
10391039
const T = @TypeOf(value);
10401040

1041-
// TODO: this is temporary for migration. remove once we
1041+
// TODO: this is temporary for migration. change to compileError unless fmt == "f"
10421042
if (std.meta.hasMethod(T, "format")) {
10431043
return value.format(w);
10441044
}

0 commit comments

Comments
 (0)