fixed warnings

This commit is contained in:
Nikolay Volf
2016-04-21 23:23:06 +03:00
parent 729f9c803d
commit 04e704603f
3 changed files with 21 additions and 25 deletions

View File

@@ -14,4 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
#![allow(dead_code, unused_assignments)] // codegen issues
include!(concat!(env!("OUT_DIR"), "/binary.rs"));

View File

@@ -14,6 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
use ipc::*;
use std::mem;
use std::collections::VecDeque;