From cee8023c690158daf4f6c3d8bf2d32297fdfed0c Mon Sep 17 00:00:00 2001 From: Joseph Ryan Date: Mon, 27 Jul 2020 17:34:17 -0500 Subject: More requested changes --- src/librustdoc/html/render/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/librustdoc/html/render') diff --git a/src/librustdoc/html/render/mod.rs b/src/librustdoc/html/render/mod.rs index 46c1b27986d..a6edb8ace33 100644 --- a/src/librustdoc/html/render/mod.rs +++ b/src/librustdoc/html/render/mod.rs @@ -228,7 +228,7 @@ impl Serialize for IndexItem { /// A type used for the search index. #[derive(Debug)] -pub struct RenderType { +crate struct RenderType { ty: Option, idx: Option, name: Option, @@ -259,7 +259,7 @@ impl Serialize for RenderType { /// A type used for the search index. #[derive(Debug)] -pub struct Generic { +crate struct Generic { name: String, defid: Option, idx: Option, @@ -313,7 +313,7 @@ impl Serialize for IndexItemFunctionType { } #[derive(Debug)] -pub struct TypeWithKind { +crate struct TypeWithKind { ty: RenderType, kind: TypeKind, } -- cgit 1.4.1-3-g733a5