aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: 71e09365ee26d19e55e44aae1e264c1fc6a1aa10 (plain)
1
2
3
4
[alias]

# The list of features should be the same as the one under `[package.metadata.docs.rs]`
nightly_docs = "doc --no-deps -F nightly_docs,derive,extern_crate_alloc,extern_crate_std,zeroable_maybe_uninit,zeroable_atomics,min_const_generics,wasm_simd,must_cast"