From f47f3f96726a94dd2df5d68e3c786b5079089dd4 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 25 Feb 2020 14:42:00 -0500 Subject: Remove _async from method names since _sync are gone (#4128) --- cli/compilers/js.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/compilers/js.rs') diff --git a/cli/compilers/js.rs b/cli/compilers/js.rs index e6142a57e..d90960bfc 100644 --- a/cli/compilers/js.rs +++ b/cli/compilers/js.rs @@ -7,7 +7,7 @@ use std::str; pub struct JsCompiler {} impl JsCompiler { - pub async fn compile_async( + pub async fn compile( &self, source_file: SourceFile, ) -> Result { -- cgit v1.2.3