Procházet zdrojové kódy

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/165/head
Sam Tavakoli před 7 roky
odevzdal Paul J. Davis
rodič
revize
fd0ce57aa5
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      src/jiffy.erl

+ 1
- 0
src/jiffy.erl Zobrazit soubor

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

Načítá se…
Zrušit
Uložit