From 91d8661cd1bb54a4ec1340f92940155e84b06d23 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 2 Jan 2025 16:15:15 -0500 Subject: [PATCH] revert just this one because i cannot get the test to run locally --- ops/op2/test_cases_fail/lifetimes.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ops/op2/test_cases_fail/lifetimes.rs b/ops/op2/test_cases_fail/lifetimes.rs index df9149d1f..132ed21c6 100644 --- a/ops/op2/test_cases_fail/lifetimes.rs +++ b/ops/op2/test_cases_fail/lifetimes.rs @@ -1,5 +1,4 @@ // Copyright 2018-2025 the Deno authors. MIT license. - #![deny(warnings)] deno_ops_compile_test_runner::prelude!(); use deno_core::error::AnyError;