about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
blob: 4e72700e38421a12993fe5fa5c33d712652bc6c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
tree 13cd88808f8a574f04775e738f451024a13d695f
parent a53915c10d4c6da768602f70d6ec23cde608dd7d
parent ff59147d5377d3ab06cb0d675725da10534d94e9
author bors[bot] <26634292+bors[bot]@users.noreply.github.com> 1645963204 +0000
committer GitHub <noreply@github.com> 1645963204 +0000
gpgsig -----BEGIN PGP SIGNATURE-----
 
 wsBcBAABCAAQBQJiG2fECRBK7hj4Ov3rIwAAslgIAH+REEJc3htsxCB4qhKnvUWf
 esz5k167r8RvP1y3xoRQaLQ4jRoOz8e9IUwhJJrZGjNhD85trm0wNUe49T6L9rzB
 aFEQ38N2yQvTK5wlpQKUydQLXtoM7hSMnr+PfgJIZke2cFhfvGTDKPK8+g7XcsOI
 Sn483PXj1TsHvGHb9NeQJ9zS69zLFqtv/HJ/3upr6H7YvkTPc2y3hoBqg2Jg9NVF
 v9vb6aW5j2sorGycl3jPgBoAD06HdroTLuYZ/u+1d39qHslJcZWRa5wL7V2jKOxU
 m0oweHAd6oh+sUwqlVjwQonZhKB5PNBGzbuPvz3Dk40O34wudCGx6DXmelVMQgM=
 =bikI
 -----END PGP SIGNATURE-----
 

Merge #11573

11573: refactorings and FIXME fixes in text edit r=lnicola a=HansAuger

This is mainly me learning some rust, and only anecdotally about addressing some `fixme`s. Feel free to nope :)

There is a follow up PR in the pipeline which tackles the other two `fixme`s but it's a bit more invasive. So I wanted to get this out of the way

Co-authored-by: Moritz Vetter <mv@3yourmind.com>