mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 18:27:38 +00:00
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(get_mut_unchecked)]
|
||||||
#![feature(map_first_last)]
|
#![feature(map_first_last)]
|
||||||
|
// Work around https://github.com/stepancheg/rust-protobuf/issues/551
|
||||||
|
#![allow(soft_unstable)]
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|
Loading…
Reference in a new issue