remove outdated comment

pull/8165/head
Mitchell Hashimoto 2025-08-06 09:19:32 -07:00
parent 3e767c166c
commit ad1cfe8347
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 0 additions and 3 deletions

View File

@ -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,