File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ impl Enum {
456456assert_eq! (Enum :: A (A ). get_toto (), <A as WithConst >:: TOTO );
457457```
458458
459- ### Delegate fields
459+ ### Delegate to fields
460460``` rust
461461use delegate :: delegate;
462462
@@ -496,8 +496,8 @@ impl DatumWrapper {
496496
497497## Development
498498
499- This project utilizes a standard test suite for quality control, as well as a set
500- of "expansion" tests that utilize the ` macrotest ` crate to ensure the macro expands
499+ This project uses a standard test suite for quality control, as well as a set of
500+ "expansion" tests that utilize the ` macrotest ` crate to ensure the macro expands
501501as expected. PRs implementing new features should add both standard and expansion
502502tests where appropriate.
503503
Original file line number Diff line number Diff line change 435435//! assert_eq!(Enum::A(A).get_toto(), <A as WithConst>::TOTO);
436436//! ```
437437//!
438- //! - Delegate fields
438+ //! - Delegate to fields
439439//! ```rust
440440//! use delegate::delegate;
441441//!
You can’t perform that action at this time.
0 commit comments