There was an error while loading. Please reload this page.
1 parent 80725b8 commit 8e2d77fCopy full SHA for 8e2d77f
1 file changed
toast.yml
@@ -174,13 +174,6 @@ tasks:
174
fi
175
rg --type rust --files-with-matches '' src | xargs sed -i 's/_(/!(/g'
176
177
- # Forbid unconsolidated `use` declarations.
178
- if rg --line-number --type rust --multiline '}[[:space]]*;[[:space:]]*\n[[:space:]]*use' src
179
- then
180
- echo 'Please consolidate these `use` declarations.' >&2
181
- exit 1
182
- fi
183
-
184
# Enforce that lines span no more than 100 columns.
185
if rg --line-number --type rust '.{101}' src; then
186
echo 'There are lines spanning more than 100 columns.' >&2
0 commit comments