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
Remove dependency on jq, use plain python3 instead
This change might seem silly, but if you have a new computer and have
not had time to install `jq` yet, the dependency on `jq` is a slight
annoyance. `python3` is much more likely to be installed already.
curl -# https://raw.githubusercontent.com/rust-lang/rust/master/src/rustdoc-json-types/lib.rs | sed 's/rustc_data_structures::fx::/std::collections::/g'| sed 's/FxHashMap/HashMap/g'> src/lib.rs
0 commit comments