mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
Change some #[allow]s to #[expect]s (#40458)
Removes some unneeded lints. Testing: Refactor Part of: #40383 Signed-off-by: WaterWhisperer <waterwhisperer24@qq.com>
This commit is contained in:
@@ -47,7 +47,7 @@ use crate::realms::enter_realm;
|
||||
use crate::script_module::ScriptFetchOptions;
|
||||
use crate::script_runtime::{CanGc, IntroductionType};
|
||||
|
||||
#[allow(unsafe_code)]
|
||||
#[expect(unsafe_code)]
|
||||
pub(crate) fn handle_evaluate_js(
|
||||
global: &GlobalScope,
|
||||
eval: String,
|
||||
|
||||
Reference in New Issue
Block a user