We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d640bbf commit fc68cb7Copy full SHA for fc68cb7
features.html
@@ -218,7 +218,7 @@ <h3>Intentions</h3>
218
<p><b>Extract inline module</b>: move <code>mod foo { ... }</code> to a separate file.</p>
219
</div>
220
221
- <div class="feature">
+ <div class="feature" id="add-derive">
222
{% include feature-gfy.html n="ChubbyAcrobaticBrahmanbull" %}
223
<p><b>Add derive clause</b>: adds <code>#[derive(..)]</code> attribute to structs and enums.</p>
224
0 commit comments