Skip to content

Commit 8e2d77f

Browse files
committed
Align CI with style-guide imports
1 parent 80725b8 commit 8e2d77f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

toast.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,6 @@ tasks:
174174
fi
175175
rg --type rust --files-with-matches '' src | xargs sed -i 's/_(/!(/g'
176176
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-
184177
# Enforce that lines span no more than 100 columns.
185178
if rg --line-number --type rust '.{101}' src; then
186179
echo 'There are lines spanning more than 100 columns.' >&2

0 commit comments

Comments
 (0)