aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/installers/cargo.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/installers/cargo.lua')
-rw-r--r--lua/nvim-lsp-installer/installers/cargo.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/installers/cargo.lua b/lua/nvim-lsp-installer/installers/cargo.lua
index 1779980b..0413b637 100644
--- a/lua/nvim-lsp-installer/installers/cargo.lua
+++ b/lua/nvim-lsp-installer/installers/cargo.lua
@@ -1,3 +1,10 @@
+require "nvim-lsp-installer.notify"(
+ (
+ "%s has been deprecated. See https://github.com/williamboman/nvim-lsp-installer/wiki/Async-infrastructure-changes-notice"
+ ):format "nvim-lsp-installer.installers.cargo",
+ vim.log.levels.WARN
+)
+
local process = require "nvim-lsp-installer.process"
local path = require "nvim-lsp-installer.path"