]> git.lizzy.rs Git - rust.git/commit
Fix for #1255
authorDavid Wickes <dave.wickes@gmail.com>
Sun, 26 Feb 2017 21:43:49 +0000 (21:43 +0000)
committerDavid Wickes <dave.wickes@gmail.com>
Sun, 26 Feb 2017 22:28:21 +0000 (22:28 +0000)
commit094c8898e11525d85b184cfe223e17508424c675
tree2a06e41a6a4d188911f0815813e37975aee85cd2
parent4f91f02ad1b0746dbf2dec5ca7a9629dbb38a973
Fix for #1255

Default annotation incorrectly removed on associated types

Fixed by adding a specific function to perform formatting on `ImplItems`.
src/items.rs
src/visitor.rs