rust-lang / rust-mode

Emacs configuration for Rust
Apache License 2.0
1.11k stars 179 forks source link

Avoid compilation warnings about potentially-undefined functions. #458

Closed phst closed 2 years ago

phst commented 2 years ago

The byte compiler isn’t smart enough to figure out that these functions are indeed defined in this code branch.

brotzeit commented 2 years ago

Sorry, forgot to merge.