mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
Update to latest Rust.
This commit is contained in:
parent
8b47221ff8
commit
94202661c0
100 changed files with 439 additions and 379 deletions
|
@ -82,7 +82,7 @@ impl<T: Send> GenericSmartChan<Msg<T>> for RenderChan<T> {
|
|||
}
|
||||
}
|
||||
|
||||
struct RenderTask<C,T> {
|
||||
pub struct RenderTask<C,T> {
|
||||
id: PipelineId,
|
||||
port: Port<Msg<T>>,
|
||||
compositor: C,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue