mirror of
https://github.com/nushell/nushell.git
synced 2025-06-11 12:36:48 +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.