summaryrefslogtreecommitdiffstats
path: root/src/librustdoc/html/templates/item_info.html
blob: 9e65ae95e15d2a6b8164d6c9fbfea368d8f3bfeb (plain)
1
2
3
4
5
6
7
{% if !items.is_empty() %}
    <span class="item-info">
        {% for item in items %}
            {{item|safe}} {# #}
        {% endfor %}
    </span>
{% endif %}