nodrop: Add feature flag use_needs_drop; Tag version 0.1.5
This commit is contained in:
+12
-2
@@ -19,8 +19,8 @@ __ http://bluss.github.io/arrayvec
|
||||
.. |crates2| image:: http://meritbadge.herokuapp.com/nodrop
|
||||
.. _crates2: https://crates.io/crates/nodrop
|
||||
|
||||
Recent Changes
|
||||
--------------
|
||||
Recent Changes (arrayvec)
|
||||
-------------------------
|
||||
|
||||
- 0.3.12
|
||||
|
||||
@@ -44,6 +44,16 @@ Recent Changes
|
||||
- Added method .into_inner()
|
||||
- Added unsafe method .set_len()
|
||||
|
||||
Recent Changes (nodrop)
|
||||
-----------------------
|
||||
|
||||
- 0.1.5
|
||||
|
||||
- Added crate feature ``use_needs_drop`` which is a nightly-only
|
||||
optimization, which skips overwriting if the inner value does not need
|
||||
drop.
|
||||
|
||||
|
||||
License
|
||||
=======
|
||||
|
||||
|
||||
Reference in New Issue
Block a user