mirror of
https://github.com/Dummi26/mers.git
synced 2025-12-19 05:26:31 +01:00
fix product function and add examples
This commit is contained in:
@@ -62,6 +62,9 @@ impl Config {
|
||||
// found a function that won't fail for this arg_type!
|
||||
if !func_fallible {
|
||||
tuple_fallible = false;
|
||||
if tuple_possible {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
if tuple_fallible || !tuple_possible {
|
||||
|
||||
Reference in New Issue
Block a user