rust-lang / rust-mode

Emacs configuration for Rust
Apache License 2.0
1.1k stars 176 forks source link

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

Closed bradneuman closed 1 month ago

bradneuman commented 1 month 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 1 month ago

Thank you!