[meta] Apply clippy suggestions
This commit is contained in:
parent
82a580c5c6
commit
36d502dc31
@ -1202,7 +1202,7 @@ impl Nac3 {
|
|||||||
string_store: Arc::new(string_store.into()),
|
string_store: Arc::new(string_store.into()),
|
||||||
exception_ids: Arc::default(),
|
exception_ids: Arc::default(),
|
||||||
deferred_eval_store: DeferredEvaluationStore::new(),
|
deferred_eval_store: DeferredEvaluationStore::new(),
|
||||||
special_ids: Default::default(),
|
special_ids: SpecialPythonId::default(),
|
||||||
llvm_options: CodeGenLLVMOptions {
|
llvm_options: CodeGenLLVMOptions {
|
||||||
opt_level: OptimizationLevel::Default,
|
opt_level: OptimizationLevel::Default,
|
||||||
target: isa.get_llvm_target_options(),
|
target: isa.get_llvm_target_options(),
|
||||||
|
Loading…
Reference in New Issue
Block a user