forked from mirrors/jj
cargo: work around warning in generated protobuf code with new nightly rustc
This commit is contained in:
parent
1e9d428406
commit
91117f36b6
1 changed files with 2 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue