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 43f47e2 commit 0afccc9Copy full SHA for 0afccc9
url/src/parser.rs
@@ -52,7 +52,7 @@ macro_rules! simple_enum_error {
52
/// Errors that can occur during parsing.
53
///
54
/// This may be extended in the future so exhaustive matching is
55
- /// discouraged with an unused variant.
+ /// forbidden.
56
#[derive(PartialEq, Eq, Clone, Copy, Debug)]
57
#[non_exhaustive]
58
pub enum ParseError {
0 commit comments