Skip to content

Commit

Permalink
Fix error on liking private interface
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed May 5, 2024
1 parent 74d4caa commit d5dcbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rstest_macros/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fn generics_once<'a>(test: &'a ItemFn, info: &FixtureInfo) -> Errors<'a> {
}

#[derive(Debug, Default)]
pub(crate) struct ErrorsVec(Vec<syn::Error>);
pub struct ErrorsVec(Vec<syn::Error>);

pub(crate) fn _merge_errors<R1, R2>(
r1: Result<R1, ErrorsVec>,
Expand Down

0 comments on commit d5dcbe4

Please sign in to comment.