mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-24 07:42:24 +00:00
spelling
This commit is contained in:
parent
2864b52591
commit
89bbdb1620
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user