diff --git a/src/func.rs b/src/func.rs index eaea02e3b..198df8258 100644 --- a/src/func.rs +++ b/src/func.rs @@ -65,7 +65,7 @@ impl FunctionCall { self.arg_with(arg, Default::default()) } - pub(crate) fn arg_with(mut self, arg: T, mod_: FuncArgMod) -> Self + pub fn arg_with(mut self, arg: T, mod_: FuncArgMod) -> Self where T: Into, {