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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,8 +132,8 @@ The [examples][examples] demo following scenarios.
132
132
## Features
133
133
This crate also includes the following optional features:
134
134
-`status`(default): implements the `Status` trait for the patch struct, which provides the `is_empty` method.
135
-
-`op` (default): provide operators `<<` between instance and patch, and `+` for patches
136
-
- default: when there is a field conflict between patches, `+` will add together if the `#[patch(addable)]` or `#[patch(add=fn)]` is provided, else it will panic.
135
+
-`op` (default): provide operators `<<` between instance and patch/filler, and `+` for patches/fillers
136
+
- default: when there is a field conflict between patches/fillers, `+` will add together if the `#[patch(addable)]`, `#[patch(add=fn)]` or `#[filler(addable)]` is provided, else it will panic.
137
137
-`merge` (optional): implements the `Merge` trait for the patch struct, which provides the `merge` method, and `<<` (if `op` feature enabled) between patches.
138
138
-`std`(optional):
139
139
-`box`: implements the `Patch<Box<P>>` trait for `T` where `T` implements `Patch<P>`.
0 commit comments