From 3d0cd56b7816cafced88c5cb2b6c3c71ee3aa199 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] This attribute is not on any code and does nothing. It is not ment to be on the code below it and seems to have been added erroneously. Remove the attribute. --- 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`