We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef7ac7 commit f36f81dCopy full SHA for f36f81d
crates/iroha_data_model_derive/src/lib.rs
@@ -95,19 +95,19 @@ pub fn enum_ref(input: TokenStream) -> Result<TokenStream> {
95
/// pub item1: u32,
96
/// #[cfg(not(feature = "transparent_api"))]
97
/// pub(crate) item1: u32,
98
-/// pub(super) item2: u64
+/// item2: u64
99
/// }
100
///
101
102
/// pub struct DataModel2 {
103
104
105
106
107
/// #[cfg(feature = "transparent_api")]
108
/// struct DataModel2 {
109
110
111
112
113
/// */
0 commit comments