]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #68106 - varkor:self_self_use, r=estebank
authorMazdak Farrokhzad <twingoow@gmail.com>
Sat, 11 Jan 2020 03:02:31 +0000 (04:02 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Jan 2020 03:02:31 +0000 (04:02 +0100)
commit04a340f61f937b24262b517770afd08db783ac69
treef661e1f13a4af426e1884d557299cf0f40319da4
parentc960c3e05742f5b4a727b1a9c4d7da185d72ca8c
parent799efd3615f468c1382c61fe73b137fcffcd0a78
Rollup merge of #68106 - varkor:self_self_use, r=estebank

Fix issue with using `self` module via indirection

Fixes https://github.com/rust-lang/rust/issues/68103.