rust-lang / rust-mode

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

Add missing binding for local variable #502

Closed phst closed 4 months ago

skangas commented 8 months ago

This PR fixes the following warnings:

rust-utils.el:44:9: Warning: assignment to free variable ‘safe-to-forward’
rust-utils.el:51:10: Warning: reference to free variable ‘safe-to-forward’

It seems harmless enough, so I think it looks ready to be merged.

psibi commented 4 months ago

Sorry, I didn't realize that this PR existed. I applied a similar fix, apologize for overlooking this.