You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-04 13:50:28 +02:00
Replace unimplemented
with todo
(#2594)
This commit is contained in:
@ -58,17 +58,17 @@ functions and methods:
|
||||
{{#include exercise.rs:ffi}}
|
||||
|
||||
{{#include exercise.rs:DirectoryIterator}}
|
||||
unimplemented!()
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
{{#include exercise.rs:Iterator}}
|
||||
unimplemented!()
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
{{#include exercise.rs:Drop}}
|
||||
unimplemented!()
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user