]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #67897 - pickfire:patch-1, r=Dylan-DPC
authorDylan DPC <dylan.dpc@gmail.com>
Mon, 6 Jan 2020 06:30:19 +0000 (12:00 +0530)
committerGitHub <noreply@github.com>
Mon, 6 Jan 2020 06:30:19 +0000 (12:00 +0530)
commit2e965e9c6deeafb4bbac3599cfdb1d271a759316
tree7e4d3b3b9500c97eabd7874ee8f577439efddcae
parent005d9d5b6e1dd6ccdfa40c1dfce5517622c92018
parent3d857efb4635dad00a8206a1225e344cd29915c6
Rollup merge of #67897 - pickfire:patch-1, r=Dylan-DPC

Use `as_deref()` to replace `as_ref().map(...)`

Suggested by @lzutao