Skip to content

Commit

Permalink
change pub(super) enum to pub enum (#926)
Browse files Browse the repository at this point in the history
Co-authored-by: cuihao <[email protected]>
  • Loading branch information
2 people authored and juhaku committed Oct 7, 2024
1 parent 4168ff1 commit c618dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utoipa-gen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2918,7 +2918,7 @@ mod parse_utils {

#[derive(Clone)]
#[cfg_attr(feature = "debug", derive(Debug))]
pub(super) enum Str {
pub enum Str {
String(String),
IncludeStr(TokenStream),
}
Expand Down

0 comments on commit c618dbe

Please sign in to comment.