We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
=
1 parent 5936964 commit bea8053Copy full SHA for bea8053
guide/guide.md
@@ -101,6 +101,9 @@ struct CRepr {
101
}
102
```
103
104
+For attributes with an equal sign, there should be a single space before and
105
+after the `=`, e.g., `#[foo = 42]`.
106
+
107
There must only be a single `derive` attribute. Note for tool authors: if
108
combining multiple `derive` attributes into a single attribute, the ordering of
109
the derived names should be preserved. E.g., `#[derive(bar)] #[derive(foo)]
0 commit comments