mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Fix obsolete format traits.
They are to be removed from the language in the next rust upgrade.
This commit is contained in:
parent
141b5d038f
commit
b51e83819d
35 changed files with 63 additions and 63 deletions
|
@ -1139,7 +1139,7 @@ impl ScriptTask {
|
|||
match maybe_node {
|
||||
Some(el) => {
|
||||
let node = NodeCast::from_ref(el);
|
||||
debug!("clicked on {:s}", node.debug_str());
|
||||
debug!("clicked on {}", node.debug_str());
|
||||
// Prevent click event if form control element is disabled.
|
||||
if node.click_event_filter_by_disabled_state() { return; }
|
||||
match *page.frame() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue