Include rustfmt-preview

This commit is contained in:
Michael Vines 2018-08-03 14:10:09 -07:00
parent f2b1a04bca
commit 83b308983f
1 changed files with 1 additions and 0 deletions

View File

@ -11,4 +11,5 @@ RUN apt update && \
sudo \
cmake \
&& \
rustup component add rustfmt-preview && \
rm -rf /var/lib/apt/lists/*