You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A _trait_ describes an abstract interface that types can
@@ -2079,7 +2104,9 @@ macro scope.
2079
2104
2080
2105
### Miscellaneous attributes
2081
2106
2082
-
-`deprecated` - mark the item as deprecated; the full attribute is `#[deprecated(since = "crate version", note = "...")`, where both arguments are optional.
2107
+
-`deprecated` - mark the item as deprecated; the full attribute is
2108
+
`#[deprecated(since = "crate version", note = "...")`, where both arguments
2109
+
are optional.
2083
2110
-`export_name` - on statics and functions, this determines the name of the
2084
2111
exported symbol.
2085
2112
-`link_section` - on statics and functions, this specifies the section of the
0 commit comments