bors[bot] c09504bd58
Merge #11194
11194: fix(gen-doc-assist): remove lifetimes in description of `new` r=Veykril a=numero-744

From wrong behavior:

```rust
/// Creates a new [`MyGenericStruct<'a, T>`].
```

to correct behavior:

```rust
/// Creates a new [`MyGenericStruct<T>`].
```

But I feel like there is a better way to implement it. Do you know if there is an existing function that could do the work of `lifetimes_removed()` below?

Co-authored-by: Côme ALLART <come.allart@etu.emse.fr>
2022-01-07 13:24:58 +00:00
..
2021-12-20 16:50:35 +00:00
2021-12-16 01:56:12 +05:00
2021-12-16 01:56:12 +05:00
2022-01-02 19:03:38 +03:00
2022-01-05 10:19:10 -05:00
2022-01-07 13:24:58 +00:00
2022-01-06 23:17:51 +00:00
2021-12-20 13:45:35 +00:00
2021-12-28 19:17:34 +03:00
2021-12-16 01:56:12 +05:00
2022-01-03 16:27:16 +03:00
2022-01-02 18:50:32 +03:00
2021-12-16 01:56:12 +05:00
2021-12-20 13:45:35 +00:00
2021-12-16 01:56:12 +05:00
2021-12-16 01:56:12 +05:00
2021-12-16 01:56:12 +05:00
2022-01-02 19:05:37 +03:00
2022-01-06 12:55:33 +01:00
2021-12-16 01:56:12 +05:00
2021-12-16 01:56:12 +05:00
2021-12-16 01:56:12 +05:00
2021-12-16 01:56:12 +05:00
2021-12-16 01:56:12 +05:00