Allow unimplemented in other tests
This commit is contained in:
parent
88c3c2f1c2
commit
dc8d29be4a
|
@ -6,6 +6,7 @@ struct Foo;
|
|||
impl Iterator for Foo {
|
||||
type Item = ();
|
||||
|
||||
#[allow(unimplemented)]
|
||||
fn next(&mut self) -> Option<()> {
|
||||
let _ = self.len() == 0;
|
||||
unimplemented!()
|
||||
|
|
Loading…
Reference in New Issue