Skip to content

Commit

Permalink
Fix rustc 1.65 build
Browse files Browse the repository at this point in the history
  • Loading branch information
GREsau committed Aug 27, 2024
1 parent abe7e29 commit 174f749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemars_derive/src/attr/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ fn path_str(path: &Path) -> String {
.unwrap_or_else(|| path.into_token_stream().to_string().replace(' ', ""))
}

struct AttrCtxt<'a> {
pub struct AttrCtxt<'a> {
inner: &'a Ctxt,
attr_type: &'static str,
metas: Vec<Meta>,
Expand Down

0 comments on commit 174f749

Please sign in to comment.