Skip to content

Commit 41e0430

Browse files
committed
Fix typo
1 parent 9d73aae commit 41e0430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ macro_rules! __pin_project_make_unpin_impl {
12061206
// this would cause an E0446 (private type in public interface).
12071207
//
12081208
// When RFC 2145 is implemented (rust-lang/rust#48054),
1209-
// this will become a lint, rather then a hard error.
1209+
// this will become a lint, rather than a hard error.
12101210
//
12111211
// As a workaround for this, we generate a new struct, containing all of the pinned
12121212
// fields from our #[pin_project] type. This struct is declared within

0 commit comments

Comments
 (0)