Mewily
Results
2
issues of
Mewily
Hello, the Offline version of Sulfurous doesn't work for me. When I try to load a project, the loading bar still blocked at 100%, and she become red. ( I...
This RFC introduce `DerefInto` and `DerefMutInto`, supertraits of [`Deref`](https://doc.rust-lang.org/std/ops/trait.Deref.html) / [`DerefMut`](https://doc.rust-lang.org/std/ops/trait.DerefMut.html) that return targets by value, enabling ergonomic RAII access for types like RefCell, Mutex, and RwLock. [Rendered](https://github.com/Thomas-Mewily/rust_rfcs/blob/master/text/3880-deref_into.md)
T-lang