prettyplease
prettyplease copied to clipboard
A minimal `syn` syntax tree pretty-printer
Hi! Is there any reason why multi-line docs are formatted using `/**`? For example, the following code: ```rust #[doc = " This is a single line doc"] pub type foo...
I think it would be very valuable to have an example in the root documentation showing how to use with the `quote` crate. Something like this: ```rust fn main() {...
What do you think of formatting through some common macros? In particular I noticed this doesn't format through `vec![]`. Thanks for this crate!
This input: ```rust #[test] fn weird_macro() { let contents = r##" fn main() { move |_| { drop_macro_semi! { "something_very_long_something_very_long_something_very_long_something_very_long" }; //