nom icon indicating copy to clipboard operation
nom copied to clipboard

Allow FnMut arguments to Parser::map and Parser::flat_map

Open Xiretza opened this issue 3 years ago • 0 comments

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).

Xiretza avatar Dec 16 '21 18:12 Xiretza