J-F-Liu / lopdf

A Rust library for PDF document manipulation.
MIT License
1.67k stars 176 forks source link

Cleanup comments and cargo fmt #290

Closed Heinenen closed 3 months ago

Heinenen commented 3 months ago

I cleaned up some comments/fixed typos. I also updated the rustfmt.toml: updated the deprecated fn_args_layout to fn_params_layout and added wrap_comments field, as otherwise comment_width doesn't do anything.