mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 16:21:06 +00:00
add no_default_substitutions to the macro and cli (#936)
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user