We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7207926 commit 0167421Copy full SHA for 0167421
src/lib.rs
@@ -166,7 +166,8 @@ pub use {
166
/// If this function succeeds the input string was found to be well formed (hrp, separator, bech32
167
/// characters), and to have either a valid bech32m checksum or a valid bech32 checksum.
168
///
169
-/// If your input string has no checksum use the [`CheckedHrpstring`] constructor, which allows selecting the checksum algorithm explicitly.
+/// If your input string has no checksum use the [`CheckedHrpstring`] constructor, which allows
170
+/// selecting the checksum algorithm explicitly.
171
172
/// # Returns
173
0 commit comments