siderophile icon indicating copy to clipboard operation
siderophile copied to clipboard

Reference lifetimes are included in type arguments

Open rozbb opened this issue 6 years ago • 0 comments

siderophile will currently output something like

<http::uri::scheme::Scheme as HttpTryFrom<&'a[u8]>>::try_from

or

<futures_io_preview::if_std::Pin<&'amutT> as AsyncRead>::initializer

The lifetime 'a should not be present, and there should be a space between mut and T.

rozbb avatar May 22 '19 17:05 rozbb