We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d73aae commit 41e0430Copy full SHA for 41e0430
src/lib.rs
@@ -1206,7 +1206,7 @@ macro_rules! __pin_project_make_unpin_impl {
1206
// this would cause an E0446 (private type in public interface).
1207
//
1208
// When RFC 2145 is implemented (rust-lang/rust#48054),
1209
- // this will become a lint, rather then a hard error.
+ // this will become a lint, rather than a hard error.
1210
1211
// As a workaround for this, we generate a new struct, containing all of the pinned
1212
// fields from our #[pin_project] type. This struct is declared within
0 commit comments