Skip to content

Commit

Permalink
Merge #51: Remove unnecessary #[rustfmt::skip]
Browse files Browse the repository at this point in the history
3d0cd56 Remove unnecessary #[rustfmt::skip] (Jamil Lambert, PhD)

Pull request description:

  As mention here #50 (comment) this has been removed.

ACKs for top commit:
  tcharding:
    ACK 3d0cd56

Tree-SHA512: 5cf5cff582d4aca8324682738dda230fd573cce55dca16de5fe048a0ad46c9aa564531cb3f25a14d329a1b3351b02ad29a4430cd758a990e614152364ebde4ec
  • Loading branch information
tcharding committed Jan 30, 2025
2 parents 8cd96b0 + 3d0cd56 commit 4492a25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions types/src/v28/blockchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 4492a25

Please sign in to comment.