add no_default_substitutions to the macro and cli (#936)

This commit is contained in:
Tadeo Hepperle
2023-04-27 16:59:57 +02:00
committed by GitHub
parent 464b4432cf
commit 40339b3415
6 changed files with 140 additions and 61 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
//! // Default module derivatives.
//! let mut derives = DerivesRegistry::with_default_derives(&CratePath::default());
//! // Default type substitutes.
//! let substs = TypeSubstitutes::new(&CratePath::default());
//! let substs = TypeSubstitutes::with_default_substitutes(&CratePath::default());
//! // Generate the Runtime API.
//! let generator = subxt_codegen::RuntimeGenerator::new(metadata);
//! // Include metadata documentation in the Runtime API.