about summary refs log tree commit diff
path: root/src/librustdoc/html/templates/item_info.html
blob: 9fee268622e81a4f9e315bc00cea7c7d8c609e5e (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 %}