mirror of
https://github.com/nushell/nushell.git
synced 2025-07-16 06:15:07 +02:00
# Description Does a little cleanup in `record.rs`: - Makes the `record!` macro more hygienic. - Converts regular comments to doc comments from #11718. - Converts the `Record` iterators to new types.