summaryrefslogtreecommitdiffstats
path: root/src/librustdoc/html/templates/item_info.html
blob: d2ea9bdae9c65c0bc59cefdd3d861199469c4eee (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 %}