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 84cb71c commit fe415ffCopy full SHA for fe415ff
src/librustdoc/clean/types.rs
@@ -695,7 +695,7 @@ impl Attributes {
695
self.other_attrs
696
.lists(sym::doc)
697
.filter(|a| a.has_name(sym::alias))
698
- .filter_map(|a| a.value_str().map(|s| s.to_string().replace("\"", "")))
+ .filter_map(|a| a.value_str().map(|s| s.to_string()))
699
.filter(|v| !v.is_empty())
700
.collect::<FxHashSet<_>>()
701
}
0 commit comments