Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 9cb3c3c

Browse files
authored
Import json_internal
Fixing error from rust-lang/rust#53610 (comment), specifically https://ci.appveyor.com/project/rust-lang/rust/build/1.0.8732/job/1vio56we88sawdcb#L11560. Confirmed the error and the fix while using rust-lang/rust@61b0072.
1 parent e67fd48 commit 9cb3c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use rls_analysis::AnalysisHost;
1515
use rls_vfs::{Vfs, FileContents};
1616
use crate::config::FmtConfig;
1717
use crate::config::Config;
18-
use serde_json::{self, json};
18+
use serde_json::{self, json, json_internal};
1919
use url::Url;
2020
use rls_span as span;
2121
use crate::Span;

0 commit comments

Comments
 (0)