CosmWasm / cw-multi-test

CosmWasm multi-contract testing framework
Apache License 2.0
48 stars 42 forks source link

Replaced `todo!` with `unimplemented!` #218

Closed DariuszDepta closed 1 month ago

DariuszDepta commented 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.

DariuszDepta commented 1 month ago

Also some tools overinterpret this macro, example:

Zrzut ekranu z 2024-10-10 16-44-58