Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 605beac

Browse files
committed
Hide State from the doc.
1 parent bf120fa commit 605beac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Unreleased
22

33
- New `Variant(Error) #[attrs]` for `links` and `foreign_links`.
4+
- Hide implementation details from the doc.
45

56
# 0.6.0
67

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ impl<T, E, CE> ResultExt<T, E, CE> for Result<T, E> where CE: ChainedError, E: I
355355

356356
/// Common state between errors.
357357
#[derive(Debug)]
358+
#[doc(hidden)]
358359
pub struct State {
359360
/// Next error in the error chain.
360361
pub next_error: Option<Box<error::Error + Send>>,

0 commit comments

Comments
 (0)