mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
small changes
This commit is contained in:
1
packages/react-native-uniffi-russh/rust/uniffi-russh/.gitignore
vendored
Normal file
1
packages/react-native-uniffi-russh/rust/uniffi-russh/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!.vscode
|
||||
7
packages/react-native-uniffi-russh/rust/uniffi-russh/.vscode/extensions.json
vendored
Normal file
7
packages/react-native-uniffi-russh/rust/uniffi-russh/.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"nefrob.vscode-just-syntax",
|
||||
"rust-lang.rust-analyzer",
|
||||
"tamasfe.even-better-toml"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
default:
|
||||
@just --list
|
||||
|
||||
lint:
|
||||
cargo clippy --all-targets --all-features -- -D warnings
|
||||
Reference in New Issue
Block a user