From b457a29933cf92f92507ed40321605fade6b4a9f Mon Sep 17 00:00:00 2001 From: "Jamil Lambert, PhD" Date: Tue, 28 Jan 2025 20:21:40 +0000 Subject: [PATCH] Remove unnecessary #[rustfmt::skip] --- types/src/v28/blockchain.rs | 2 -- 1 file changed, 2 deletions(-) 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`