mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Remove unnecessary allow
Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
parent
ba9f79c36c
commit
476d0f8525
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ impl DebuggerGlobalScope {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(unsafe_code)]
|
|
||||||
pub(crate) fn fire_add_debuggee(&self, can_gc: CanGc, global: &GlobalScope) {
|
pub(crate) fn fire_add_debuggee(&self, can_gc: CanGc, global: &GlobalScope) {
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
DomRoot::upcast::<Event>(DebuggerEvent::new(self.upcast(), global, can_gc))
|
DomRoot::upcast::<Event>(DebuggerEvent::new(self.upcast(), global, can_gc))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue