]> git.lizzy.rs Git - rust.git/commit
Change Rc<Box<T>> recommendation to be Rc<T> instead of Box<T>
authorJarredAllen <jarredallen73@gmail.com>
Wed, 12 Aug 2020 01:01:10 +0000 (18:01 -0700)
committerJarredAllen <jarredallen73@gmail.com>
Wed, 12 Aug 2020 17:35:08 +0000 (10:35 -0700)
commit480ccc3dbec4440bea0aa1f47d2ad21ebcdd578e
treeab87257b6715525300b06aac3491016421b70265
parent439bae62a48fee04b0655548d42e7076b6a5042f
Change Rc<Box<T>> recommendation to be Rc<T> instead of Box<T>
clippy_lints/src/types.rs
tests/ui/redundant_allocation.fixed
tests/ui/redundant_allocation.stderr