From fefc158f4c4e068965b5daa1c1f705ba501cc86b Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Wed, 2 Oct 2024 17:37:21 +0000 Subject: [PATCH] Add note to README.md re `cast_checks` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3fc5fb17..5e3b58e9 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,8 @@ The `test-fuzz` package currently supports the following features: Use [`cast_checks`] to automatically check target functions for invalid casts. +Note that this feature enables `cast_checks` only for functions annotated with the [`test_fuzz` macro], not for the functions they call. + ### Serde formats `test-fuzz` can serialize target arguments in multiple Serde formats. The following are the features used to select a format.