]> git.lizzy.rs Git - rust.git/commit
Fixing binop_separator="Back" for ranges
authorChris Stinson <chrisstinson202@gmail.com>
Tue, 16 Jan 2018 04:39:21 +0000 (17:39 +1300)
committerChris Stinson <chrisstinson202@gmail.com>
Tue, 16 Jan 2018 04:50:20 +0000 (17:50 +1300)
commit4c4e07961363a4650b1354bf36032be653c43fa9
tree1f5c98db7d752469ff80669c2830a1e1ce40c489
parent13a0bb91581d460f51ed20b03b1637e313013af7
Fixing binop_separator="Back" for ranges

Hardcoded Separator::Place=Front in call to rewrite_pair for range
caused binop_separator="Back" to be hendled incorrectly

Fixed rewrite_pair call and the example in Configuration.md showing
the faulty behaviour
Configurations.md
src/expr.rs