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 `doc_auto_cfg`
removed in favor of `doc_cfg` which is already present
* fix optimization flags
the fix targets the change to panic_abort in rust-lang/rust#146974
Incidentally, this led me to realize that some RUSTFLAGS were being
ignored, due to the exclusivity of env variables vs config options (see ref).
With this change, all config options are read from toml files instead of
env variables.
reference: https://doc.rust-lang.org/cargo/reference/config.html#buildrustflags
use old optimization flags for master branch before this change
* skip example paths that don't contain a Cargo.toml
0 commit comments