Closed DariuszDepta closed 1 month ago
According to this description from the official Rust documentation: https://doc.rust-lang.org/std/macro.todo.html replaced todo!() macros with unimplemented!() in documentation tests.
todo!()
unimplemented!()
Also some tools overinterpret this macro, example:
According to this description from the official Rust documentation: https://doc.rust-lang.org/std/macro.todo.html replaced
todo!()
macros withunimplemented!()
in documentation tests.