X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5a4872f466ebd76ddd532bdf2798554421c53df4..fe3919e725e156d751069662d11e38f7b4791de1:/.vim/bundle/vim-lsp/test/testproject-rust/src/documentformat.rs diff --git a/.vim/bundle/vim-lsp/test/testproject-rust/src/documentformat.rs b/.vim/bundle/vim-lsp/test/testproject-rust/src/documentformat.rs new file mode 100644 index 00000000..4dee881c --- /dev/null +++ b/.vim/bundle/vim-lsp/test/testproject-rust/src/documentformat.rs @@ -0,0 +1,3 @@ +fn format () { + unimplemented!(); +}