From 2080669943e79aba619bc80829172c696ec1f15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=82=B3=E6=9D=83?= <695601626@qq.com> Date: Sun, 27 Aug 2023 12:04:12 +0800 Subject: chore: update to Rust 1.72 (#20258) As the title. --------- Co-authored-by: Matt Mastracci --- cli/tests/integration/lsp_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/integration/lsp_tests.rs') diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index d127ed31c..665fa6275 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -3685,7 +3685,7 @@ fn lsp_find_references() { "uri": "file:///a/mod.ts", "languageId": "typescript", "version": 1, - "text": r#"export const a = 1;\nconst b = 2;"# + "text": r"export const a = 1;\nconst b = 2;" } })); client.did_open(json!({ -- cgit v1.2.3