salsa/salsa-2022-tests/tests
bors[bot] a327acc126
Merge #435
435: Allow `clippy::needless_lifetimes` on tracked method getters r=XFFXFF a=DropDemBits

The tracked method generation adds an extra `__db` lifetime to the signature, but clippy complains that this lifetime can be elided in some cases, so add an allow to silence this warning.

Unfortunately clippy doesn't lint inside of the warning tests, so those tests don't do anything to check that no clippy warnings are generated.

Co-authored-by: DropDemBits <r3usrlnd@gmail.com>
2023-03-17 12:32:20 +00:00
..
compile-fail Update trybuild tests 2023-03-15 10:37:08 -04:00
parallel Support on-demand inputs 2022-09-15 21:25:53 +01:00
warnings Allow clippy::needless_lifetimes on tracked method getters 2023-03-15 09:56:00 -04:00
accumulate-from-tracked-fn.rs Support on-demand inputs 2022-09-15 21:25:53 +01:00
accumulate-reuse-workaround.rs fix accumulator: clear the outdated accumulated values 2022-09-25 00:24:16 +00:00
accumulate-reuse.rs Support on-demand inputs 2022-09-15 21:25:53 +01:00
accumulate.rs Support on-demand inputs 2022-09-15 21:25:53 +01:00
compile_fail.rs run compile_fail test only on stable 2022-08-27 16:01:04 +08:00
cycles.rs Support on-demand inputs 2022-09-15 21:25:53 +01:00
debug.rs Support on-demand inputs 2022-09-15 21:25:53 +01:00
deletion-cascade.rs update test: don't need mut reference when create inputs 2022-09-25 01:38:41 +00:00
deletion.rs update some tests and run cargo fmt 2022-09-24 23:59:25 +00:00
expect_reuse_field_x_of_a_tracked_struct_changes_but_fn_depends_on_field_y.rs Support on-demand inputs 2022-09-15 21:25:53 +01:00
expect_reuse_field_x_of_an_input_changes_but_fn_depends_on_field_y.rs Support on-demand inputs 2022-09-15 21:25:53 +01:00
hello_world.rs Support on-demand inputs 2022-09-15 21:25:53 +01:00
input_with_ids.rs salsa 2022: fix input macro set_* being off by one if id field present 2022-11-04 23:39:35 +00:00
lru.rs Support on-demand inputs 2022-09-15 21:25:53 +01:00
mutate_in_place.rs Support on-demand inputs 2022-09-15 21:25:53 +01:00
override_new_get_set.rs give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00
panic-when-reading-fields-of-tracked-structs-from-older-revisions.rs update test: don't need mut reference when create inputs 2022-09-25 01:38:41 +00:00
singleton.rs update test: don't need mut reference when create inputs 2022-09-25 01:38:41 +00:00
specify-only-works-if-the-key-is-created-in-the-current-query.rs Support on-demand inputs 2022-09-15 21:25:53 +01:00
specify_tracked_fn_in_rev_1_but_not_2.rs update some tests and run cargo fmt 2022-09-24 23:59:25 +00:00
tracked_fn_constant.rs Replace () with Singleton Salsa struct 2022-09-06 00:34:00 +01:00
tracked_fn_on_input.rs Support on-demand inputs 2022-09-15 21:25:53 +01:00
tracked_fn_on_tracked.rs Support on-demand inputs 2022-09-15 21:25:53 +01:00
tracked_fn_on_tracked_specify.rs Support on-demand inputs 2022-09-15 21:25:53 +01:00
tracked_fn_read_own_entity.rs Support on-demand inputs 2022-09-15 21:25:53 +01:00
tracked_fn_read_own_specify.rs update a test 2022-09-24 23:59:25 +00:00
tracked_method.rs Add more tests for tracked methods 2022-09-03 15:44:56 +01:00