diff --git a/crates/crates_io_diesel_helpers/README.md b/crates/crates_io_diesel_helpers/README.md index f5dfdb5d7e7..2e77fb9d531 100644 --- a/crates/crates_io_diesel_helpers/README.md +++ b/crates/crates_io_diesel_helpers/README.md @@ -12,5 +12,5 @@ Specifically, it contains: - a `pg_enum!()` macro to define an enum based on a PostgreSQL integer column -This package was extracted from the main application to avoid repeated +This package was extracted from the main application to avoid repeated recompilation of these macros when the main application is recompiled.