mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update rustc.
This commit is contained in:
parent
e46d952efd
commit
898f66bcd0
4 changed files with 5 additions and 5 deletions
|
@ -54,7 +54,7 @@ impl IdentityHub {
|
|||
|
||||
#[derive(Debug)]
|
||||
pub struct Identities {
|
||||
surface: IdentityManager,
|
||||
_surface: IdentityManager,
|
||||
#[cfg(any(target_os = "linux", target_os = "windows"))]
|
||||
vk_hub: IdentityHub,
|
||||
#[cfg(target_os = "windows")]
|
||||
|
@ -69,7 +69,7 @@ pub struct Identities {
|
|||
impl Identities {
|
||||
pub fn new() -> Self {
|
||||
Identities {
|
||||
surface: IdentityManager::default(),
|
||||
_surface: IdentityManager::default(),
|
||||
#[cfg(any(target_os = "linux", target_os = "windows"))]
|
||||
vk_hub: IdentityHub::new(),
|
||||
#[cfg(target_os = "windows")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue