未验证 提交 542383f6 编写于 作者: A Aaron Hill

Fix missing character

Co-Authored-By: Nvarkor <github@varkor.com>
上级 850e3e6d
......@@ -18,7 +18,7 @@ impl<T, E> IterBits for T
{
type BitsIter = IterBitsIter<T, E, u8>;
fn iter_bits(self, n: u8) -> Self::BitsIter {
//~^ ERROR defining opaque type use does not fully define opaque typ
//~^ ERROR defining opaque type use does not fully define opaque type
(0u8..n)
.rev()
.map(move |shift| ((self >> T::from(shift)) & T::from(1)).try_into().unwrap())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册