mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Mark some unused fields.
This commit is contained in:
parent
924031135e
commit
362feaa4a9
2 changed files with 4 additions and 4 deletions
|
@ -157,8 +157,8 @@ pub struct SharedLayoutData {
|
|||
/// Encapsulates the abstract layout data.
|
||||
pub struct LayoutData {
|
||||
chan: Option<LayoutChan>,
|
||||
shared_data: SharedLayoutData,
|
||||
data: *(),
|
||||
_shared_data: SharedLayoutData,
|
||||
_data: *(),
|
||||
}
|
||||
|
||||
pub struct LayoutDataRef {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue