From b18bdad6c94a8e234108d531f0c480c7104abebe Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sun, 22 Feb 2026 17:08:21 -0800 Subject: [Rust] Misc documentation and cleanup --- rust/src/types/printer.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src/types') diff --git a/rust/src/types/printer.rs b/rust/src/types/printer.rs index d168434e..51845df7 100644 --- a/rust/src/types/printer.rs +++ b/rust/src/types/printer.rs @@ -338,6 +338,7 @@ impl CoreTypePrinter { raw_names.as_mut_ptr(), raw_types.as_mut_ptr(), raw_types.len(), + // TODO: Add a print_all_types that accepts a set of type containers. data.handle, padding_cols as c_int, escaping, -- cgit v1.3.1