You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed impossibility to implement automatic nested derive.
Added ability to compare SafeManuallyDrop with UnsafeStdManuallyDrop.
Documentation updated, panic fixed
Added allow_fullinternal_debug_assertions build flag to enable or disable additional library sanity checks that do not affect tracking of valid or invalid ManuallyDrop work.
Added build flag always_build_flagstable to control whether to enable or disable the build of the flags table used in the build.
Added support for the doc_rs flag for documentation nightly builds. Now the assembly features comments will be more informative.