Skip to content

Commit bf34324

Browse files
[autofix.ci] apply automated fixes
1 parent 2ee1fc3 commit bf34324

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/eval.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,10 +1512,7 @@ impl Evaluator {
15121512
scope: IndexMap::new(),
15131513
is_open,
15141514
type_name: tn,
1515-
deprecated: merge_deprecated(
1516-
&base_src.deprecated,
1517-
entries,
1518-
),
1515+
deprecated: merge_deprecated(&base_src.deprecated, entries),
15191516
}
15201517
};
15211518
*src_slot = Some(Arc::new(new_src));

0 commit comments

Comments
 (0)