rust-lang / rust-mode

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

Separate the major-mode parts from the additional functionality #406

Closed tarsius closed 3 years ago

tarsius commented 3 years ago

The goal is to eventually allow rustic to use rust-mode.el without also having load other parts. Some of these commits just make it simpler to compare the two Rust major-mode implementations.

See https://github.com/rust-lang/rust-mode/issues/405 for more information and the sibling pull-request https://github.com/brotzeit/rustic/pull/246.

rust-highfive commented 3 years ago

r? @mookid

(rust-highfive has picked a reviewer for you, use r? to override)

brotzeit commented 3 years ago

Merging now. We'll fix the tests afterwards.