Skip to content

Commit 28ca0c4

Browse files
committed
---
yaml --- r: 4168 b: refs/heads/master c: 0e3ee39 h: refs/heads/master v: v3
1 parent c6be6eb commit 28ca0c4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 863d1210433873d57740031ec8891b9584ac77d6
2+
refs/heads/master: 0e3ee39c41462652f41993a5610265abea6daa96

trunk/mk/pp.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
PP_INPUTS = $(wildcard $(addprefix $(S)src/lib/,*.rs */*.rs)) \
33
$(wildcard $(addprefix $(S)src/comp/,*.rs */*.rs */*/*.rs)) \
44
$(wildcard $(S)src/test/*/*.rs \
5-
$(S)src/test/*/*/*.rs)
5+
$(S)src/test/*/*/*.rs) \
6+
$(wildcard $(S)src/fuzzer/*.rs)
67

78
PP_INPUTS_FILTERED = $(shell echo $(PP_INPUTS) | xargs grep -L no-reformat)
89

0 commit comments

Comments
 (0)