Releases: taiki-e/pin-project
Releases · taiki-e/pin-project
1.1.10
1.1.9
- Suppress
clippy::missing_const_for_fnlint in generated code.
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_nameslints in generated code.
1.1.7
1.1.6
-
Suppress
clippy::needless_lifetimeslint in generated code. -
Disable
derivefeature ofsyndependency.
1.1.5
- Suppress
unused_qualificationslint in generated code.
1.1.4
1.1.3
- Hide documentation of the
Unpinimplementation for!Unpinoption 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.