Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Jul 19, 2022
1 parent 2864b52 commit 89bbdb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 89bbdb1

Please sign in to comment.