summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2015-05-27 09:48:06 -0600
committerTom Tromey <tom@tromey.com>2015-08-20 09:40:45 -0600
commit866df37ca517ccdb381d1e431dd5dff52e303430 (patch)
tree284ef740bbd2664b5b6c9f7285e3b5b52abe8328 /README.md
parent012537b6c915afedaa458642bd23b0937b11d6b1 (diff)
downloadrust-mode-866df37ca517ccdb381d1e431dd5dff52e303430.tar.gz
make rust-mode use lexical binding
Emacs 24 introduces lexical binding, which should be preferred for new code. This enables it for rust-mode. The code continues to work fine on pre-24 Emacs, and it won't be difficult for this to remain true. One concrete advantage of lexical binding is that it lets the byte-compiler generate better warnings in some cases; here it found a couple of unused variables.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions