reference clippy optimization

This commit is contained in:
wyhaya
2019-11-15 16:49:14 +08:00
parent b606da2012
commit b1c0cf82c2
5 changed files with 55 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
FROM rustlang/rust:nightly as builder
FROM rust as builder
WORKDIR /root
COPY . /root
RUN cargo build --release