From ebc6b4a876112f76a9f2cf33edb758ff05fb284f Mon Sep 17 00:00:00 2001 From: "Jamil Lambert, PhD" Date: Mon, 14 Apr 2025 13:56:00 +0100 Subject: [PATCH] Make warning text bold --- units/src/amount/signed.rs | 2 +- units/src/amount/unsigned.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/units/src/amount/signed.rs b/units/src/amount/signed.rs index 7070adf77..3bd4d5b90 100644 --- a/units/src/amount/signed.rs +++ b/units/src/amount/signed.rs @@ -25,7 +25,7 @@ mod encapsulate { /// conversion to various denominations. The [`SignedAmount`] type does not implement [`serde`] /// traits but we do provide modules for serializing as satoshis or bitcoin. /// - /// Warning! + /// **Warning!** /// /// This type implements several arithmetic operations from [`core::ops`]. /// To prevent errors due to an overflow when using these operations, diff --git a/units/src/amount/unsigned.rs b/units/src/amount/unsigned.rs index 20bb6f82b..4a1d875b0 100644 --- a/units/src/amount/unsigned.rs +++ b/units/src/amount/unsigned.rs @@ -25,7 +25,7 @@ mod encapsulate { /// conversion to various denominations. The [`Amount`] type does not implement [`serde`] traits /// but we do provide modules for serializing as satoshis or bitcoin. /// - /// Warning! + /// **Warning!** /// /// This type implements several arithmetic operations from [`core::ops`]. /// To prevent errors due to an overflow when using these operations,