Skip to content

Commit 9ee9839

Browse files
committed
refactor: no meta field for now
1 parent b19dbf0 commit 9ee9839

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ use std::collections::HashMap;
4949
// We qualify derive and attributes with the crate path to avoid name clashes.
5050

5151
/// Potential errors from this library.
52-
#[n0_error::stack_error(derive, add_meta, from_sources, std_sources)]
52+
#[n0_error::stack_error(derive, from_sources, std_sources)]
5353
#[non_exhaustive]
5454
#[allow(missing_docs)]
5555
pub enum Error {

0 commit comments

Comments
 (0)