diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-08-06 09:19:32 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-08-07 08:14:02 -0700 |
| commit | ad1cfe8347144575e65f590cdd6ca83badc4dd21 (patch) | |
| tree | eafc1fdc4a370d6acae906d2c6528ae141894288 /src/datastruct/split_tree.zig | |
| parent | 3e767c166c6f2b87105d6e48b48eeeed9df94cdf (diff) | |
remove outdated comment
Diffstat (limited to 'src/datastruct/split_tree.zig')
| -rw-r--r-- | src/datastruct/split_tree.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/datastruct/split_tree.zig b/src/datastruct/split_tree.zig index 69cb5201a..9cd929faa 100644 --- a/src/datastruct/split_tree.zig +++ b/src/datastruct/split_tree.zig @@ -521,9 +521,6 @@ pub fn SplitTree(comptime V: type) type { } /// Format the tree in a human-readable format. - /// - /// NOTE: This is currently in node-order but we should change this - /// to spatial ASCII drawings once we have better support for that. pub fn format( self: *const Self, comptime fmt: []const u8, |
