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 <cuiiihaoo@gmail.com>
  • Loading branch information
cuiihaoo and cuihao committed May 15, 2024
1 parent 19ff135 commit 7563a72
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 @@ -2984,7 +2984,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 7563a72

Please sign in to comment.