Skip to content

Commit 71b1d16

Browse files
committed
chore: unretire clang_format
1 parent 0f7e109 commit 71b1d16

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lua/null-ls/builtins/formatting/clang_format.lua

-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ local methods = require("null-ls.methods")
44
local FORMATTING = methods.internal.FORMATTING
55
local RANGE_FORMATTING = methods.internal.RANGE_FORMATTING
66

7-
vim.notify_once(
8-
[[[null-ls] You required a deprecated builtin (formatting/clang_format.lua), which will be removed in March.
9-
Please migrate to alternatives: https://github.com/nvimtools/none-ls.nvim/issues/58]],
10-
vim.log.levels.WARN
11-
)
12-
137
return h.make_builtin({
148
name = "clang_format",
159
meta = {

0 commit comments

Comments
 (0)