浏览代码

Add missing option for copy strings

Without this, call to decode with copy_strings option in an
application will make Dialyzer complain when using the exported type for options
pull/164/head
Sam Tavakoli 7 年前
父节点
当前提交
c1db44f079
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/jiffy.erl

+ 1
- 0
src/jiffy.erl 查看文件

@ -40,6 +40,7 @@
| use_nil | use_nil
| return_trailer | return_trailer
| dedupe_keys | dedupe_keys
| copy_strings
| {null_term, any()} | {null_term, any()}
| {bytes_per_iter, non_neg_integer()} | {bytes_per_iter, non_neg_integer()}
| {bytes_per_red, non_neg_integer()}. | {bytes_per_red, non_neg_integer()}.

正在加载...
取消
保存