Yacin Tmimi cdfa2f86b7 Handle dyn* syntax when rewriting ast::TyKind::TraitObject
Resolves 5542

Prior to  the `ast::TraitObjectSyntax` enum only
had two variants `Dyn` and `None`. The PR that introduced the `dyn*`
syntax added a new variant `DynStar`, but did not update the formatting
rules to account for the new variant.

Now the new `DynStar` variant is properly handled and is no longer
removed by rustfmt.
2023-07-27 19:52:26 -05:00
..
2023-07-03 12:06:25 -05:00
2022-08-30 23:06:24 -04:00
2022-08-30 23:06:24 -04:00
2022-08-30 23:06:24 -04:00
2023-07-19 22:18:51 -05:00
2023-01-28 15:18:52 -06:00
2023-05-01 16:15:17 +08:00
2023-05-01 16:15:17 +08:00