Polish errorck and featureck UI
This commit is contained in:
parent
1ce86651c7
commit
0e16ad8c3f
@ -54,8 +54,10 @@ for errcode, entries in errcode_map.items():
|
||||
print("{1}: {2}\n{3}".format(*entry))
|
||||
errors = True
|
||||
|
||||
print("{0} error codes".format(len(errcode_map)))
|
||||
print("highest error code: " + max(all_errors))
|
||||
print
|
||||
print("* {0} error codes".format(len(errcode_map)))
|
||||
print("* highest error code: " + max(all_errors))
|
||||
print
|
||||
|
||||
if errors:
|
||||
sys.exit(1)
|
||||
|
@ -234,10 +234,8 @@ for s in stats:
|
||||
|
||||
lines.sort()
|
||||
|
||||
print
|
||||
print "Rust feature summary:"
|
||||
print
|
||||
for line in lines:
|
||||
print line
|
||||
print "* " + line
|
||||
print
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user