rust-lang / rust-mode

Emacs configuration for Rust
Apache License 2.0
1.13k stars 181 forks source link

Adds a customization to default to workspace or local crate. #546

Closed bradneuman closed 6 months ago

bradneuman commented 6 months ago

Adds rust-locate-project-in-workspace custom variable, which controls whether or not to locate the workspace project using --workspace (the default) or not.

In cases where there is only one create, this should make no difference.

The default setting should match the existing behavior.

Github issue #545

psibi commented 6 months ago

Thank you!