Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deprecation warning on SimpleXML example (#139)
> warning: returning a two-element tuple {acc, context} in pre_traverse/post_traverse > is deprecated, please return {rest, acc, context} instead > SimpleXML.node__31/6 > SimpleXML.parse__0/6 > SimpleXML.parse/2 > examples/simple_xml.exs:50: anonymous fn/1 in :elixir_compiler_2.__FILE__/1 > (elixir 1.17.0-rc.1) lib/enum.ex:1703: Enum."-map/2-lists^map/1-1-"/2 > (elixir 1.17.0-rc.1) lib/enum.ex:1703: Enum."-map/2-lists^map/1-1-"/2
- Loading branch information