mirror of
https://github.com/servo/servo.git
synced 2025-07-22 06:43:40 +01:00
Don't shadow lifetimes in script.
This commit is contained in:
parent
cc2523eed5
commit
f8ac1777ff
29 changed files with 30 additions and 30 deletions
|
@ -66,7 +66,7 @@ use string_cache::Atom;
|
|||
pub trait VirtualMethods {
|
||||
/// Returns self as the superclass of the implementation for this trait,
|
||||
/// if any.
|
||||
fn super_type<'a>(&'a self) -> Option<&'a VirtualMethods>;
|
||||
fn super_type<'b>(&'b self) -> Option<&'b VirtualMethods>;
|
||||
|
||||
/// Called when changing or adding attributes, after the attribute's value
|
||||
/// has been updated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue