mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Elide most 'a lifetimes
This commit is contained in:
parent
35dd1816a9
commit
54c036cd66
33 changed files with 126 additions and 126 deletions
|
@ -14,7 +14,7 @@ use std::borrow::ToOwned;
|
|||
|
||||
/// Trait for elements with defined activation behavior
|
||||
pub trait Activatable {
|
||||
fn as_element<'a>(&'a self) -> &'a Element;
|
||||
fn as_element(&self) -> ∈
|
||||
|
||||
// Is this particular instance of the element activatable?
|
||||
fn is_instance_activatable(&self) -> bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue