]> git.lizzy.rs Git - rust.git/commit - src/librustc_llvm/build.rs
Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnay
authorbors <bors@rust-lang.org>
Sun, 26 Jul 2020 05:50:51 +0000 (05:50 +0000)
committerbors <bors@rust-lang.org>
Sun, 26 Jul 2020 05:50:51 +0000 (05:50 +0000)
commit461707c5a119cc33c5d7df585ddb6cbec4a081bf
tree24a677c43e50736f6028e26d8cfecb6ee9eb8f49
parenta4dd850720369d9e5b9df91820b23cddb2badc06
parent8fc7d47c8c43dab634aff15908ab42ca056dda07
Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnay

Remove trait LengthAtMost32

This is a continuation of https://github.com/rust-lang/rust/pull/74026 preserving the original burrbull's commit.

I talked to @burrbull, he suggested me to finish his PR.
src/liballoc/collections/vec_deque.rs
src/liballoc/lib.rs
src/liballoc/rc.rs
src/liballoc/sync.rs
src/liballoc/vec.rs