Skip to content

Commit

Permalink
fixup! Ignore RFC 3986 fragments in BIP 21 URIs
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingmuch committed Oct 23, 2024
1 parent 413f845 commit 3cd3d9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ impl<'a, W: fmt::Write> fmt::Write for EqSignChecker<'a, W> {
/// > otherparam = qchar *qchar [ "=" *qchar ]
/// > ```
/// ...
/// > Here, "qchar" corresponds to valid characters of an RFC 3986 URI > query
/// component, excluding the "=" and "&" characters, which this BIP > takes as
/// separators.
/// > Here, "qchar" corresponds to valid characters of an RFC 3986 URI query
/// > component, excluding the "=" and "&" characters, which this BIP takes as
/// > separators.
///
/// [RFC 3986 Appendix A](https://www.rfc-editor.org/rfc/rfc3986#appendix-A):
///
Expand Down

0 comments on commit 3cd3d9b

Please sign in to comment.