expect() with formatting -> unwrap_or_else()
authorTomas Wenström <tomas.wenstrom@gmail.com>
Sat, 2 Jan 2021 18:00:18 +0000 (19:00 +0100)
committerTomas Wenström <tomas.wenstrom@gmail.com>
Sat, 2 Jan 2021 18:02:10 +0000 (19:02 +0100)
Because with expect() the formatting will always be called, even when there is a value.


No differences found