You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to run cargo test -r failed in gix-url due to missing gix_url::testing::TestUrlExtension, which only exists with cfg(debug_assertions). I think this should be using cfg(test) instead.
The text was updated successfully, but these errors were encountered:
Attempting to run
cargo test -r
failed ingix-url
due to missinggix_url::testing::TestUrlExtension
, which only exists withcfg(debug_assertions)
. I think this should be usingcfg(test)
instead.The text was updated successfully, but these errors were encountered: