We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33a8c6 commit 86a4a27Copy full SHA for 86a4a27
src/librustdoc/html/render/search_index.rs
@@ -201,7 +201,7 @@ pub(crate) fn build_index(
201
// exported from this same module). It's also likely to Do
202
// What I Mean, since if a re-export changes the name, it might
203
// also be a change in semantic meaning.
204
- .filter(|fqp| fqp.last() == fqp.last());
+ .filter(|this_fqp| this_fqp.last() == fqp.last());
205
Some(insert_into_map(
206
itemid_to_pathid,
207
ItemId::DefId(defid),
0 commit comments