#57 / #4 is about a performance vs correctness issue in assert_cmd. We should document the workaround for people who want the performance at the cost of correctness (or rather, they can ensure the correctness).
In how we document this: I noticed #6's documented workaround is in the cargo module. The challenge is if people look at the trait or functions directly. We should find a way to address that for that workaround and this one.
#57 / #4 is about a performance vs correctness issue in
assert_cmd. We should document the workaround for people who want the performance at the cost of correctness (or rather, they can ensure the correctness).In how we document this: I noticed #6's documented workaround is in the
cargomodule. The challenge is if people look at the trait or functions directly. We should find a way to address that for that workaround and this one.