WorldSEnder bb031eb68f
Maintain some nightly features and CI (#3934)
* 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
2025-10-22 13:08:44 +02:00
..