diff options
| author | troido <troido@protonmail.com> | 2020-05-21 12:25:36 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-06-05 22:27:53 +0200 |
| commit | bd1da23cf18960b36f8683c09899044d64b4bd83 (patch) | |
| tree | 605207d2a5219682d5aab2d6de2f601a5fc68834 /src/componentparameter.rs | |
| parent | de4505121dd8b2216e8c797b4b7b7347e5d98c2f (diff) | |
made Talk its own component/system instead of part of interact
Diffstat (limited to 'src/componentparameter.rs')
| -rw-r--r-- | src/componentparameter.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/componentparameter.rs b/src/componentparameter.rs index 333c6e1..30a7d91 100644 --- a/src/componentparameter.rs +++ b/src/componentparameter.rs @@ -120,6 +120,7 @@ impl ComponentParameter { } } + #[allow(dead_code)] pub fn get_type(&self, arguments: &[(String, ParameterType, Option<Parameter>)]) -> Result<ParameterType>{ Ok(match self { Self::Constant(param) => param.paramtype(), |
