We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28db4cc commit ce43341Copy full SHA for ce43341
src/librustdoc/html/render/search_index.rs
@@ -535,7 +535,7 @@ pub(crate) fn build_index<'tcx>(
535
desc.iter().map(|(len, _)| *len).sum::<usize>() + emptydesc.len()
536
);
537
538
- // The index, which is actually used to search, is JSON
+ // The index, which is actually used to search, is JSON.
539
// It uses `JSON.parse(..)` to actually load, since JSON
540
// parses faster than the full JavaScript syntax.
541
let index = format!(
0 commit comments