I broke up with neovim....vim is my best friend now
This commit is contained in:
5
dot_vim/plugged/vim-lsp-ale/test/integ/project/Cargo.lock
generated
Normal file
5
dot_vim/plugged/vim-lsp-ale/test/integ/project/Cargo.lock
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
[[package]]
|
||||
name = "project"
|
||||
version = "0.1.0"
|
||||
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "project"
|
||||
version = "0.1.0"
|
||||
authors = ["rhysd <lin90162@yahoo.co.jp>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
@@ -0,0 +1,2 @@
|
||||
/target
|
||||
**/*.rs.bk
|
||||
@@ -0,0 +1,3 @@
|
||||
pub fn do_something() {
|
||||
let this_variable_is_unused = 42;
|
||||
}
|
||||
Reference in New Issue
Block a user