From 8c2f1f5a55a2a9bb9e04c12236faa341b3fd49b6 Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Mon, 29 Jul 2024 22:28:04 +0530 Subject: chore: upgrade to rust 1.80 (#24778) --- runtime/worker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/worker.rs') diff --git a/runtime/worker.rs b/runtime/worker.rs index bd67c8706..696786b56 100644 --- a/runtime/worker.rs +++ b/runtime/worker.rs @@ -448,7 +448,7 @@ impl MainWorker { ops::web_worker::deno_web_worker::init_ops_and_esm().disable(), ]; - #[cfg(hmr)] + #[cfg(feature = "hmr")] assert!( cfg!(not(feature = "only_snapshotted_js_sources")), "'hmr' is incompatible with 'only_snapshotted_js_sources'." -- cgit v1.2.3