From b1aa4f7129e4a3a9d3f420881bff25fb95752626 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Fri, 9 Aug 2019 20:47:52 +0200 Subject: include Spanned in the docs The `Spanned` struct was originally included in the docs as a re-export, but rustdoc doesn't render re-exports if the module from which it's exported isn't documented. Since `Spanned` is the only public item inside the `spanned` module this commit shows the struct as a normal item in the index, and moves the example from the module docs to the struct docs. --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 30ee3bc..fb04984 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -166,5 +166,4 @@ mod tokens; pub mod macros; mod spanned; -#[doc(no_inline)] pub use crate::spanned::Spanned; -- cgit v1.2.3