Remove no-std feature and rename stdlib to no_stdlib.

This commit is contained in:
Stephen Chung
2020-03-05 10:18:46 +08:00
parent 347f6d607a
commit c9395049e2
4 changed files with 27 additions and 25 deletions

View File

@@ -16,5 +16,4 @@ include = [
[features]
debug_msgs = []
no-std = []
stdlib = []
no_stdlib = []