diff options
| author | Mason Reed <mason@vector35.com> | 2026-02-22 17:08:21 -0800 |
|---|---|---|
| committer | Mason Reed <35282038+emesare@users.noreply.github.com> | 2026-02-23 00:09:44 -0800 |
| commit | b18bdad6c94a8e234108d531f0c480c7104abebe (patch) | |
| tree | b0edb86cfae52c37635ef0b5cac491220bc3ef24 /rust/src/types | |
| parent | dbd54d67a6d523f64615f653d82d8224cd09870a (diff) | |
[Rust] Misc documentation and cleanup
Diffstat (limited to 'rust/src/types')
| -rw-r--r-- | rust/src/types/printer.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
