Skip to content

Commit

Permalink
remove another unecessary extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Nov 13, 2023
1 parent aeb7ef6 commit d93d5e6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/std_extensions/arithmetic/int_ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,8 @@ pub fn extension() -> Extension {
ExtensionSet::singleton(&super::int_types::EXTENSION_ID),
);

let temp_reg: ExtensionRegistry = [
extension.clone(),
super::int_types::EXTENSION.to_owned(),
PRELUDE.to_owned(),
]
.into();
let temp_reg: ExtensionRegistry =
[super::int_types::EXTENSION.to_owned(), PRELUDE.to_owned()].into();

extension
.add_op_custom_sig_simple(
Expand Down

0 comments on commit d93d5e6

Please sign in to comment.