Yacin Tmimi
Yacin Tmimi
* Handle const generic bounds in structs (#4220) * fix: derivation of struct body span lo (#4727) This backport uses the implementation of #4727 to replace the implementation of #5274....
Fix comment removing issue of unit types in struct fields (#4766)
Do not add trailing space to empty lines in comment code blocks (#4304) Currently, the first line pushed in a code block is a comment line delimiter that includes a...
Back ported #3857 and #4550 Closes #5017 Closes #4515
Fixes #4959 During module resolution rustfmt already peeks inside external sub modules. This process was extended to now capture inner attributes from those sub modules and relate them back to...
Fixes #5244 When `wrap_comments=true` was set there was a chance that the line right before the comment would be wrapped. When this happened, rustfmt didn't place a newline between the...