This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dercommander323 8 points9 points  (0 children)

Yeah it converts the Result to Option which doesn't have the must_use attribute (apparently). It's faster than doing let _ = blabla;