🧚 A practical web framework for Gleam

Remove `target` annotations

authored by giacomocavalieri.me and committed by Louis Pilfold 9541370a 618e2332

Changed files
-2
src
-2
src/wisp.gleam
··· 411 411 // share as much as possible with the original string without having to build 412 412 // a new one from scratch. 413 413 // 414 - @target(erlang) 415 414 fn do_escape_html( 416 415 bin: BitArray, 417 416 skip: Int, ··· 447 446 } 448 447 } 449 448 450 - @target(erlang) 451 449 fn do_escape_html_regular( 452 450 bin: BitArray, 453 451 skip: Int,