granite-rust/crates
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
..
base_db Merge #11069 2021-12-20 16:50:35 +00:00
cfg Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
flycheck Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
hir internal: Support registered tools and attributes in ide layer 2022-01-06 14:56:50 +01:00
hir_def internal: Support registered tools and attributes in ide layer 2022-01-06 14:56:50 +01:00
hir_expand minor: drop dead code 2022-01-02 19:03:38 +03:00
hir_ty Remove unused lifetime 2022-01-05 10:19:10 -05:00
ide Move pretty-printing test out of assist 2022-01-06 16:38:25 +02:00
ide_assists Merge #11194 2022-01-07 13:24:58 +00:00
ide_completion Merge #11218 2022-01-06 23:17:51 +00:00
ide_db Always put a space after impl in macro pretty-printing 2022-01-06 11:33:08 +01:00
ide_diagnostics Merge #11028 2021-12-20 13:45:35 +00:00
ide_ssr compress 2021-12-28 19:17:34 +03:00
limit Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
mbe simplify 2022-01-03 16:27:16 +03:00
parser add empty input tests 2022-01-02 18:50:32 +03:00
paths Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
proc_macro_api Merge #11028 2021-12-20 13:45:35 +00:00
proc_macro_srv Rename and use the 1.55 ABI for 1.54 2022-01-04 14:06:26 +02:00
proc_macro_test Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
profile Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
project_model feat: Add config to replace specific proc-macros with dummy expanders 2022-01-06 13:50:18 +01:00
rust-analyzer feat: poke user when supplying faulty configurations 2022-01-06 14:24:19 +01:00
sourcegen Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
stdx minor: replace panics with types 2022-01-02 19:05:37 +03:00
syntax Useconst _ instead of mod __ 2022-01-06 12:55:33 +01:00
test_utils fix: Do not complete Drop::drop, complete std::mem::drop instead 2021-12-22 02:25:38 +01:00
text_edit Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
toolchain Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
tt Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
vfs Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
vfs-notify Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00