From 189ee3457676568f9c380d09454508453edcc2be Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sat, 26 Nov 2022 23:40:52 -0300 Subject: [PATCH] fix code --- src/rustint/core.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rustint/core.clj b/src/rustint/core.clj index b321a14..a54d053 100644 --- a/src/rustint/core.clj +++ b/src/rustint/core.clj @@ -2174,7 +2174,8 @@ 'f64 float?, 'String string?, 'bool boolean? - 'usize usize? + 'usize usize?, + 'char char? ), func (get rtypes rtype)] (or (vector? arg) (func arg)) )