This commit is contained in:
Lokathor 2022-07-18 19:25:57 -06:00
parent 2864b52591
commit 89bbdb1620

View File

@ -33,7 +33,7 @@ nightly_portable_simd = []
bytemuck_derive = { version = "1.1", optional = true }
[package.metadata.docs.rs]
# Note(Lokathor): Don't use all-feautures or it would use `unsound_ptr_pod_impl` too.
# Note(Lokathor): Don't use all-features or it would use `unsound_ptr_pod_impl` too.
features = [
"derive",
"extern_crate_alloc",
@ -44,7 +44,7 @@ features = [
]
[package.metadata.playground]
# Note(Lokathor): Don't use all-feautures or it would use `unsound_ptr_pod_impl` too.
# Note(Lokathor): Don't use all-features or it would use `unsound_ptr_pod_impl` too.
features = [
"derive",
"extern_crate_alloc",