dan-t / rusty-tags

Create ctags/etags for a cargo project
Other
405 stars 32 forks source link

Add --output-dir-std option #68

Closed robinkrahl closed 4 years ago

robinkrahl commented 4 years ago

Add a --output-dir-std option to change the output dir for the standard library. This is useful if the RUST_SRC_PATH is read-only, for example because the source was installed using a distribution package. (We briefly discussed this issue via mail last February.)

dan-t commented 4 years ago

Looks fine, but can you please remove the commit of the ‘Cargo.lock’.

robinkrahl commented 4 years ago

Sure, I removed it. But it didn’t change anything, it’s just was cargo does if you run cargo build. I think Sylvestre forgot to include it in b83a186fb0d730b437148be162623aa02c74cf50.