]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #62453 - zackmdavis:single_path, r=estebank
authorMazdak Farrokhzad <twingoow@gmail.com>
Fri, 12 Jul 2019 20:46:43 +0000 (22:46 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Jul 2019 20:46:43 +0000 (22:46 +0200)
commite706438d00f8a2de82a3fabd6777c9486e450198
tree2df5dba60a67cba47e962bf565bab019d42a8c4a
parentf169b15e1d8e676ac6a9a7d2b0d12147e13f7ec2
parentacc4e564feb5151ca02070e0890e428d7967b8b4
Rollup merge of #62453 - zackmdavis:single_path, r=estebank

in which we suggest anonymizing single-use lifetimes in paths

Following @nikomatsakis's [October 2017 comment](https://github.com/rust-lang/rust/issues/44752#issuecomment-340885834).

![path_anon_suggest](https://user-images.githubusercontent.com/1076988/60761598-e2619180-a000-11e9-9144-1bdf8eb848e3.png)

r? @estebank
cc @eddyb (you were saying something about running single-use-lifetimes against the tree the other week?)