Skip to content

Commit 50da7cf

Browse files
committed
Add derive related tests
1 parent 44f64d8 commit 50da7cf

2 files changed

Lines changed: 904 additions & 0 deletions

File tree

tests/test_derive_input.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// These tests are also duplicated in "test_derive_input_with_default", but for the "default field values" version of the derive input
2+
// If editing these tests, if there is an equivalent test in the other file, you should edit that too.
3+
// If adding a new test, you should also add it to the other file.
4+
15
#![allow(
26
clippy::assertions_on_result_states,
37
clippy::elidable_lifetime_names,

0 commit comments

Comments
 (0)