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
@@ -131,8 +131,8 @@ The [examples][examples] demo following scenarios.
131
131
## Features
132
132
This crate also includes the following optional features:
133
133
-`status`(default): implements the `Status` trait for the patch struct, which provides the `is_empty` method.
134
-
-`op` (default): provide operators `<<` between instance and patch, and `+` for patches
135
-
- 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.
134
+
-`op` (default): provide operators `<<` between instance and patch/filler, and `+` for patches/fillers
135
+
- 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.
136
136
-`merge` (optional): implements the `Merge` trait for the patch struct, which provides the `merge` method, and `<<` (if `op` feature enabled) between patches.
137
137
-`std`(optional):
138
138
-`box`: implements the `Patch<Box<P>>` trait for `T` where `T` implements `Patch<P>`.
0 commit comments