Open mattiasgronlund opened 10 months ago
The api-guidelines explicitly argues for the use of "std" as the feature name instead of "use-std.
So would probably be nice to update it for the 2.0 release.
Can probably do that today, by introducing std which depends on use-std, only removing use-std in 2.0.
std
use-std
The api-guidelines explicitly argues for the use of "std" as the feature name instead of "use-std.
So would probably be nice to update it for the 2.0 release.