File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ pub use crate::{
328
328
///
329
329
/// There are also the following attributes on the struct itself:
330
330
///
331
- /// - **`#[config(partial_attr(...))]`: specify attributes that should be
331
+ /// - **`#[config(partial_attr(...))]`** : specify attributes that should be
332
332
/// attached to the partial struct definition. For example,
333
333
/// `#[config(partial_attr(derive(Clone)))]` can be used to make the partial
334
334
/// type implement `Clone`.
@@ -339,7 +339,7 @@ pub use crate::{
339
339
///
340
340
/// These types give a different meaning/semantic to the field. Please note that
341
341
/// due to the limitations of derive macros, the type is checked *literally*.
342
- /// So it won't work if you rename symbols or used full paths.
342
+ /// So it won't work if you rename symbols or use full paths.
343
343
///
344
344
/// - **`Option<T>`**: this marks the field as an optional field. All other
345
345
/// fields are non-optional and will raise an error if while loading the
You can’t perform that action at this time.
0 commit comments