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 8b44881 commit 3d5e24bCopy full SHA for 3d5e24b
markup5ever/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "markup5ever"
3
-version = "0.7.1"
+version = "0.7.2"
4
authors = [ "The html5ever Project Developers" ]
5
license = "MIT / Apache-2.0"
6
repository = "https://github.com/servo/html5ever"
markup5ever/interface/mod.rs
@@ -41,13 +41,13 @@ impl<'a> fmt::Debug for ExpandedName<'a> {
41
#[macro_export]
42
macro_rules! expanded_name {
43
("", $local: tt) => {
44
- ExpandedName {
+ $crate::interface::ExpandedName {
45
ns: &ns!(),
46
local: &local_name!($local),
47
}
48
};
49
($ns: ident $local: tt) => {
50
51
ns: &ns!($ns),
52
53
0 commit comments