derive Copy and Clone for os::StackSource

master
edef 2015-04-16 07:33:27 -04:00
parent a389576d0f
commit 9bb0ce483d
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ use self::std::io::Error as IoError;
use stack;
mod sys;
#[derive(Copy, Clone)]
pub struct StackSource;
unsafe impl Send for StackSource {}