forked from M-Labs/libfringe
derive Copy and Clone for os::StackSource
This commit is contained in:
parent
a389576d0f
commit
9bb0ce483d
|
@ -11,6 +11,7 @@ use self::std::io::Error as IoError;
|
||||||
use stack;
|
use stack;
|
||||||
mod sys;
|
mod sys;
|
||||||
|
|
||||||
|
#[derive(Copy, Clone)]
|
||||||
pub struct StackSource;
|
pub struct StackSource;
|
||||||
|
|
||||||
unsafe impl Send for StackSource {}
|
unsafe impl Send for StackSource {}
|
||||||
|
|
Loading…
Reference in New Issue