mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 08:11:04 +00:00
Improve documentation (#449)
* cli: Remove whitespaces from readme Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * cli: Fix typo Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * subxt: Modify codegen path Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * subxt: Remove rustfmt arguments Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * cli: Update Readme Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * examples: Fix typo Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * subxt: Add Hash for WrapperKeepOpaque and PhantomDataSendSync Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
+4
-2
@@ -180,7 +180,8 @@ pub enum Phase {
|
||||
Clone(bound = ""),
|
||||
PartialEq(bound = ""),
|
||||
Eq(bound = ""),
|
||||
Default(bound = "")
|
||||
Default(bound = ""),
|
||||
Hash(bound = "")
|
||||
)]
|
||||
pub struct WrapperKeepOpaque<T> {
|
||||
data: Vec<u8>,
|
||||
@@ -223,7 +224,8 @@ impl<T: Decode> WrapperKeepOpaque<T> {
|
||||
PartialEq(bound = ""),
|
||||
Debug(bound = ""),
|
||||
Eq(bound = ""),
|
||||
Default(bound = "")
|
||||
Default(bound = ""),
|
||||
Hash(bound = "")
|
||||
)]
|
||||
#[scale_info(skip_type_params(T))]
|
||||
#[doc(hidden)]
|
||||
|
||||
Reference in New Issue
Block a user