Polish errorck and featureck UI

This commit is contained in:
Brian Anderson 2015-01-24 12:23:06 -08:00
parent 1ce86651c7
commit 0e16ad8c3f
2 changed files with 5 additions and 5 deletions

View File

@ -54,8 +54,10 @@ for errcode, entries in errcode_map.items():
print("{1}: {2}\n{3}".format(*entry)) print("{1}: {2}\n{3}".format(*entry))
errors = True errors = True
print("{0} error codes".format(len(errcode_map))) print
print("highest error code: " + max(all_errors)) print("* {0} error codes".format(len(errcode_map)))
print("* highest error code: " + max(all_errors))
print
if errors: if errors:
sys.exit(1) sys.exit(1)

View File

@ -234,10 +234,8 @@ for s in stats:
lines.sort() lines.sort()
print
print "Rust feature summary:"
print print
for line in lines: for line in lines:
print line print "* " + line
print print