Update panic_payload.rs
This commit is contained in:
parent
3d0616c1ae
commit
9798e3c45a
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user