flaky_test icon indicating copy to clipboard operation
flaky_test copied to clipboard

warning: unused `std::result::Result` that must be used

Open PsiACE opened this issue 4 years ago • 0 comments

warning: unused `std::result::Result` that must be used
    |
    | #[flaky_test]
    | ^^^^^^^^^^^^^
    |
    = note: `#[warn(unused_must_use)]` on by default
    = note: this `Result` may be an `Err` variant, which should be handled
    = note: this warning originates in the attribute macro `flaky_test` (in Nightly builds, run with -Z macro-backtrace for more info)

PsiACE avatar Aug 12 '21 07:08 PsiACE