diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -47,7 +47,6 @@ async fn fetch(req: Request, env: Env, _ctx: Context) -> Result<Response> { } pre { @for x in a.split('\n').map(|l| { - let l = l.trim(); re.captures(l) .map_or_else(|| html! { (PreEscaped(l)) "\n" }, |c| { |
