ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: work around warning in generated protobuf code with new nightly rustc

This commit is contained in:
Martin von Zweigbergk 2021-03-14 22:04:38 -07:00
parent 1e9d428406
commit 91117f36b6

View file

@ -14,6 +14,8 @@
#![feature(get_mut_unchecked)]
#![feature(map_first_last)]
// Work around https://github.com/stepancheg/rust-protobuf/issues/551
#![allow(soft_unstable)]
#[cfg(test)]
#[macro_use]