Evan Typanski
|
0def44a1c1
|
Catch other thinning allocations using Ty
|
2022-05-12 19:15:08 -04:00 |
|
Evan Typanski
|
631b4ee7a2
|
Fix redundant_allocation warning for Rc<Box<str>>
|
2022-05-10 14:21:51 -04:00 |
|
lengyijun
|
641be558fc
|
redundant_allocation: fix 7487
|
2021-08-24 13:03:48 +08:00 |
|
lyj
|
e575610fb3
|
redundant_allocation: add Arc; some refractoring.
|
2021-07-15 07:10:55 +08:00 |
|
JarredAllen
|
480ccc3dbe
|
Change Rc<Box<T>> recommendation to be Rc<T> instead of Box<T>
|
2020-08-12 10:35:08 -07:00 |
|
Jacek Pospychala
|
f8e892db5e
|
useless Rc<Rc<T>>, Rc<Box<T>>, Rc<&T>, Box<&T>
|
2020-04-02 00:02:25 +02:00 |
|