Skip to content

Commit 0e16ad8

Browse files
committed
Polish errorck and featureck UI
1 parent 1ce8665 commit 0e16ad8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/etc/errorck.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@
5454
print("{1}: {2}\n{3}".format(*entry))
5555
errors = True
5656

57-
print("{0} error codes".format(len(errcode_map)))
58-
print("highest error code: " + max(all_errors))
57+
print
58+
print("* {0} error codes".format(len(errcode_map)))
59+
print("* highest error code: " + max(all_errors))
60+
print
5961

6062
if errors:
6163
sys.exit(1)

src/etc/featureck.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,8 @@
234234

235235
lines.sort()
236236

237-
print
238-
print "Rust feature summary:"
239237
print
240238
for line in lines:
241-
print line
239+
print "* " + line
242240
print
243241

0 commit comments

Comments
 (0)