diff --git a/types/src/v28/blockchain.rs b/types/src/v28/blockchain.rs index 278e56e..9fe5954 100644 --- a/types/src/v28/blockchain.rs +++ b/types/src/v28/blockchain.rs @@ -12,8 +12,6 @@ use serde::{Deserialize, Serialize}; use super::{GetBlockchainInfoError, Softfork}; use crate::model; -#[rustfmt::skip] // Keep public re-exports separate. - /// Result of JSON-RPC method `getblockchaininfo`. /// /// Method call: `getblockchaininfo`