Skip to content

Commit

Permalink
doc: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Dec 28, 2024
1 parent 4fd0f6a commit 70bf582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error_set/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![cfg_attr(not(any(test, feature = "tracing", feature = "log")), no_std)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc = include_str!("../../README.md")]
#![doc = include_str!("../README.md")]

#[cfg(any(feature = "tracing", feature = "log", feature = "context_stub"))]
mod context;
Expand Down

0 comments on commit 70bf582

Please sign in to comment.