Skip to content

Commit

Permalink
Some cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibabushkin committed Apr 9, 2019
1 parent beb6873 commit b38896d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/rt/arena.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use std::ptr;
use std::rc::Rc;
use std::slice;

#[cfg(feature = "checkpoint")]
use serde::{Serialize, Serializer};

#[derive(Debug)]
Expand Down
1 change: 1 addition & 0 deletions src/rt/vv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use rt::thread;
use std::cmp;
use std::ops;

#[cfg(feature = "checkpoint")]
use serde::{Deserialize, Deserializer};

#[derive(Clone, Debug, PartialOrd, Eq, PartialEq)]
Expand Down

0 comments on commit b38896d

Please sign in to comment.