Releases: taiki-e/pin-project
Releases · taiki-e/pin-project
1.1.9
1.1.8
- Suppress
unnameable_types
,clippy::absolute_paths
,clippy::min_ident_chars
,clippy::pub_with_shorthand
,clippy::single_call_fn
,clippy::single_char_lifetime_names
lints in generated code.
1.1.7
1.1.6
-
Suppress
clippy::needless_lifetimes
lint in generated code. -
Disable
derive
feature ofsyn
dependency.
1.1.5
- Suppress
unused_qualifications
lint in generated code.
1.1.4
1.1.3
- Hide documentation of the
Unpin
implementation for!Unpin
option to work around rustdoc issue. (#355, thanks @matheus-consoli)
1.1.2
- Inline project methods.
1.1.1
- Fix build error from dependency when built with
-Z minimal-versions
.