nodrop: Remove the no_drop_flag crate feature
This unstable feature is not supported in nightly anymore (and nor is it meaningful).
This commit is contained in:
@@ -18,10 +18,6 @@ default = ["std"]
|
||||
# Use libstd
|
||||
std = ["odds/std"]
|
||||
|
||||
# Optional, nightly channel
|
||||
# Use no drop flag. See API doc for more info.
|
||||
no_drop_flag = []
|
||||
|
||||
# Optional, nightly channel
|
||||
# Use `needs_drop` to skip overwriting if not necessary
|
||||
use_needs_drop = []
|
||||
|
||||
Reference in New Issue
Block a user