Setting a pretty printer adds noticeable overhead. We can replace the usage in `ast:Lifetime::rewrite` by simply converting `Ident` to string. We can do the same thing for a macro path as long as it is not nested, which should hold for most cases.