Skip to content

Commit 3c33b4b

Browse files
authored
Merge pull request #306 from dtolnay/noinline
Mark format_err macro as doc(no_inline)
2 parents e4db1f9 + d491b88 commit 3c33b4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ trait StdError: Debug + Display {
266266
}
267267
}
268268

269+
#[doc(no_inline)]
269270
pub use anyhow as format_err;
270271

271272
/// The `Error` type, a wrapper around a dynamic error type.

0 commit comments

Comments
 (0)