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
cd myproject
krakenw run :cargoClippy
cd ..
mv myproject myproject2
cd myproject2
krakenw run :cargoClippy
the second kraken command will fail, with a mitmproxy error. In our case, it also deleted all the Cargo.tomls, so then cargo explodes due to not being able to compute metadata.
The text was updated successfully, but these errors were encountered:
tested on linux
the second kraken command will fail, with a mitmproxy error. In our case, it also deleted all the Cargo.tomls, so then cargo explodes due to not being able to compute metadata.
The text was updated successfully, but these errors were encountered: