mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
Add feature: no-metadata-doc which removes doc from metadata and full-metadata which build metadata with all doc (#10493)
* add features to remove or add doc * fmt * add test for event/error/call * fmt
This commit is contained in:
committed by
GitHub
parent
2a122c44b1
commit
137628b4d7
@@ -15,6 +15,10 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// Old macros don't support the flag `no-metadata-docs` so the result differs when the feature is
|
||||
// activated.
|
||||
#![cfg(not(feature = "no-metadata-docs"))]
|
||||
|
||||
use frame_support::traits::{ConstU32, ConstU64};
|
||||
|
||||
pub trait SomeAssociation {
|
||||
|
||||
Reference in New Issue
Block a user