From 36d502dc31a21948d6e89f5602f9547e3780943a Mon Sep 17 00:00:00 2001 From: David Mak Date: Tue, 11 Feb 2025 16:52:28 +0800 Subject: [PATCH] [meta] Apply clippy suggestions --- nac3artiq/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nac3artiq/src/lib.rs b/nac3artiq/src/lib.rs index d4136a07..23830463 100644 --- a/nac3artiq/src/lib.rs +++ b/nac3artiq/src/lib.rs @@ -1202,7 +1202,7 @@ impl Nac3 { string_store: Arc::new(string_store.into()), exception_ids: Arc::default(), deferred_eval_store: DeferredEvaluationStore::new(), - special_ids: Default::default(), + special_ids: SpecialPythonId::default(), llvm_options: CodeGenLLVMOptions { opt_level: OptimizationLevel::Default, target: isa.get_llvm_target_options(),