mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update script to work with lint changes
This commit is contained in:
parent
7022bedba3
commit
8819f0d8b8
6 changed files with 12 additions and 5 deletions
|
@ -119,6 +119,7 @@ impl Page {
|
|||
old
|
||||
}
|
||||
|
||||
#[allow(unrooted_must_root)]
|
||||
pub fn set_frame(&self, frame: Option<Frame>) {
|
||||
*self.frame.borrow_mut() = frame;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue