1 2 3 4 5 6
allow-unwrap-in-tests = true [[disallowed-types]] path = "std::time::Instant" reason = "WASM panics if used, use instead" replacement = "nu_utils::time::Instant"