]> git.lizzy.rs Git - rust.git/commit
Remove box syntax for Box<Attributes> construction
authorest31 <MTest31@outlook.com>
Sun, 10 Jul 2022 21:49:33 +0000 (23:49 +0200)
committerest31 <MTest31@outlook.com>
Mon, 11 Jul 2022 20:58:57 +0000 (22:58 +0200)
commitccf1bdbca6962329fdf5fdc57a7abf36eb8ddafe
tree1203e398d4712168db2e2eb770a9955d34b19d95
parent1ac17fcddb80187a76a461982e2028a5df48de3d
Remove box syntax for Box<Attributes> construction

Attributes only has 48 bytes according to compiler internal rustdoc.
src/librustdoc/clean/inline.rs
src/librustdoc/clean/mod.rs
src/librustdoc/clean/types.rs