Update panic_payload.rs

This commit is contained in:
Nikolay Volf 2017-11-20 18:12:31 +03:00 committed by GitHub
parent 3d0616c1ae
commit 9798e3c45a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@
// along with Parity. If not, see <http://www.gnu.org/licenses/>. // along with Parity. If not, see <http://www.gnu.org/licenses/>.
use byteorder::{LittleEndian, ReadBytesExt}; use byteorder::{LittleEndian, ReadBytesExt};
use std::io; use std::io::{self, Read};
use std::io::Read;
#[derive(Debug, PartialEq, Eq)] #[derive(Debug, PartialEq, Eq)]
pub struct PanicPayload { pub struct PanicPayload {