File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,14 +107,14 @@ Erroneous code example:
107
107
fn deprecated_function() {}
108
108
```
109
109
110
- Meta items are the key/ value pairs inside of an attribute. The keys provided
110
+ Meta items are the key- value pairs inside of an attribute. The keys provided
111
111
must be one of the valid keys for the specified attribute.
112
112
113
113
To fix the problem, either remove the unknown meta item, or rename it if you
114
114
provided the wrong name.
115
115
116
- In the erroneous code example above, the wrong name was provided, so changing it
117
- to the right name fixes the error.
116
+ In the erroneous code example above, the wrong name was provided, so changing
117
+ to a correct one it will fix the error. Example:
118
118
119
119
```
120
120
#[deprecated(
You can’t perform that action at this time.
0 commit comments