From 89bbdb1620d1cc3bf8383af3bd0d3db3a12e4f88 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 18 Jul 2022 19:25:57 -0600 Subject: [PATCH] spelling --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",