View the correct config file for cargo

[GitHub #45]
This commit is contained in:
Aoran Zeng 2024-07-22 12:47:24 +08:00
parent cade465069
commit d5087b112d

View File

@ -429,7 +429,7 @@ pl_go_setsrc (char *option)
void void
pl_rust_getsrc (char *option) pl_rust_getsrc (char *option)
{ {
chsrc_view_file ("~/.cargo"); chsrc_view_file ("~/.cargo/config.toml");
} }
/** /**