Mustache.ex icon indicating copy to clipboard operation
Mustache.ex copied to clipboard

Remove deprecated function calls

Open schultyy opened this issue 3 years ago • 0 comments

warning: String.strip/1 is deprecated. Use String.trim/1 instead
Found at 3 locations:
  lib/mustache.ex:23: Mustache.double_mustaches/2
  lib/mustache.ex:26: Mustache.double_mustaches/2
  lib/mustache.ex:104: Mustache.triple_mustaches/2

and

warning: String.strip/1 is deprecated. Use String.trim/1 instead
  test/mustache_integration_test.exs:45: MustacheTest."test Renders HTML document"/1

schultyy avatar Aug 08 '21 15:08 schultyy