From f343391a9f97d29ad287f247c06aa370eb7cab50 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 17 Aug 2023 12:14:22 -0400 Subject: fix(unstable): disable importing from the vendor directory (#20067) Some people might get think they need to import from this directory, which could cause confusion and duplicate dependencies. Additionally, the `vendor` directory has special behaviour in the language server, so importing from the folder will definitely cause confusion and issues there. --- test_util/src/lsp.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'test_util/src') diff --git a/test_util/src/lsp.rs b/test_util/src/lsp.rs index 949dd25d6..8a1f24b32 100644 --- a/test_util/src/lsp.rs +++ b/test_util/src/lsp.rs @@ -998,6 +998,7 @@ impl CollectedDiagnostics { .unwrap() } + #[track_caller] pub fn messages_with_file_and_source( &self, specifier: &str, -- cgit v1.2.3