Window is no longer NoSend
This commit is contained in:
parent
14c59e8d81
commit
19b8474c4a
1 changed files with 0 additions and 2 deletions
|
|
@ -53,7 +53,6 @@ pub struct MonitorID(winimpl::MonitorID);
|
||||||
/// ```
|
/// ```
|
||||||
pub struct Window {
|
pub struct Window {
|
||||||
window: winimpl::Window,
|
window: winimpl::Window,
|
||||||
nosend: std::kinds::marker::NoSend,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Window {
|
impl Window {
|
||||||
|
|
@ -94,7 +93,6 @@ impl Window {
|
||||||
|
|
||||||
Ok(Window{
|
Ok(Window{
|
||||||
window: win,
|
window: win,
|
||||||
nosend: std::kinds::marker::NoSend,
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue