Skip to content

Commit aa7f0fd

Browse files
committed
Merge #225: Manual update to nightly-version (to nightly-2025-08-08)
dfd7adf Manual update to nightly-version (to nightly-2025-08-08) (Tobin C. Harding) 984b1c9 Fix rustdoc function link (Tobin C. Harding) Pull request description: Replace #224 after doing a trivial docs link fix. ACKs for top commit: apoelstra: ACK dfd7adf; successfully ran local tests Tree-SHA512: 9c5202124052eee65cf7ebe6d163120c72662804643271b93e3cd3138d6af60fa861acb7367118670057c5759fc280d7f5c66ee9c491f5ee89bb571fb55ad16f
2 parents 5f2c320 + dfd7adf commit aa7f0fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nightly-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2025-07-11
1+
nightly-2025-08-08

src/primitives/decode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const SEP: char = '1';
9393
/// checksum in any way.
9494
///
9595
/// Unless you are attempting to validate a string with multiple checksums then you likely do not
96-
/// want to use this type directly, instead use [`CheckedHrpstring::new(s)`].
96+
/// want to use this type directly, instead use [`CheckedHrpstring::new`].
9797
///
9898
/// # Examples
9999
///

0 commit comments

Comments
 (0)