diff --git a/Cargo.toml b/Cargo.toml index 7cca8dc..4db41bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",