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 d458d79 commit 89cb652Copy full SHA for 89cb652
src/se/mod.rs
@@ -467,7 +467,7 @@ const fn is_xml11_name_char(ch: char) -> bool {
467
468
/// Helper struct to self-defense from errors
469
#[derive(Clone, Copy, Debug, PartialEq)]
470
-pub(self) struct XmlName<'n>(&'n str);
+struct XmlName<'n>(&'n str);
471
472
impl<'n> XmlName<'n> {
473
/// Checks correctness of the XML name according to [XML 1.1 specification]
0 commit comments