Type no longer implements MersType

This commit is contained in:
Mark
2024-04-16 13:38:50 +02:00
parent 4fc9441bd5
commit 2742112b09
33 changed files with 109 additions and 127 deletions

View File

@@ -1,5 +1,3 @@
use std::sync::Arc;
use colored::Colorize;
use crate::{
@@ -40,7 +38,7 @@ impl MersStatement for Chain {
.downcast_ref::<crate::data::function::FunctionT>()
{
match func.o(&arg) {
Ok(t) => o.add(Arc::new(t)),
Ok(t) => o.add_all(&t),
Err(e) => {
return Err(if let Some(_) = &self.as_part_of_include {
CheckError::new()