nom
nom copied to clipboard
Allow FnMut arguments to Parser::map and Parser::flat_map
Small fix that allows passing FnMut to Parsers' map and flat_map methods. The corresponding combinators were already changed in #1202 and 324125f23ea7c1cca2c3677c4a2a454869f17127, but the Parser methods weren't adapted (or not completely).