chore: some cleanup

This commit is contained in:
Dmitriy Pleshevskiy 2022-11-09 23:49:34 +03:00
parent 04bc0d0647
commit 125782dacc
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
3 changed files with 6 additions and 7 deletions

7
.gitignore vendored
View File

@ -1,7 +1,12 @@
# misc
.DS_Store
.direnv/
# result
/target
# test bin
/src/main.rs
# direnv
.envrc
.direnv/

View File

@ -1,3 +0,0 @@
{
"rust-analyzer.cargo.features": "all"
}

View File

@ -1,3 +0,0 @@
{
"rust.all_features": true
}