]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #55578 - regexident:fix/self, r=frewsxcv
authorkennytm <kennytm@gmail.com>
Thu, 1 Nov 2018 14:56:36 +0000 (22:56 +0800)
committerkennytm <kennytm@gmail.com>
Thu, 1 Nov 2018 14:56:36 +0000 (22:56 +0800)
Made doc example of `impl Default for …` use `-> Self` instead of explicit self type

There is no need to state the explicit type of `self`.


Trivial merge