mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Reduce cargo doc warnings (#8947)
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -419,7 +419,7 @@ fn check_compact_attr(input: ParseStream) -> Result<bool> {
|
||||
}
|
||||
}
|
||||
|
||||
/// #[compact] pub struct CompactName::<VoterIndex = u32, TargetIndex = u32, Accuracy = u32>()
|
||||
/// `#[compact] pub struct CompactName::<VoterIndex = u32, TargetIndex = u32, Accuracy = u32>()`
|
||||
impl Parse for SolutionDef {
|
||||
fn parse(input: ParseStream) -> syn::Result<Self> {
|
||||
// optional #[compact]
|
||||
|
||||
Reference in New Issue
Block a user