We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f64d8 commit 50da7cfCopy full SHA for 50da7cf
2 files changed
tests/test_derive_input.rs
@@ -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
+
5
#![allow(
6
clippy::assertions_on_result_states,
7
clippy::elidable_lifetime_names,
0 commit comments