Skip to content

Commit 53df310

Browse files
committed
Test if sparse index is triggering clippy compiler error
1 parent 88bbbe0 commit 53df310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y build-essential \
1010

1111
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2019-10-17
1212
ENV PATH /root/.cargo/bin/:$PATH
13-
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
13+
#ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
1414

1515
# # Create dummy project for rdkafka
1616
# COPY Cargo.toml /rdkafka/

0 commit comments

Comments
 (0)