]> git.lizzy.rs Git - rust.git/commit
Avoid a useless `FxHashSet::insert` in `FileSearch::for_each_lib_search_path`.
authorNicholas Nethercote <nnethercote@mozilla.com>
Wed, 21 Nov 2018 11:03:59 +0000 (22:03 +1100)
committerNicholas Nethercote <nnethercote@mozilla.com>
Tue, 11 Dec 2018 23:36:15 +0000 (10:36 +1100)
commit0238bcc60d943878244ef7221d338f13a35e2a45
treef3b8e44009d59f93d1e0d5751f7ecbcc4213910d
parent8375ab4ff43474c73e3572c2b226560f8cc8e695
Avoid a useless `FxHashSet::insert` in `FileSearch::for_each_lib_search_path`.
src/librustc/session/filesearch.rs