diff --git a/src/generated.rs b/src/generated/mod.rs similarity index 65% rename from src/generated.rs rename to src/generated/mod.rs index 4fe4a5cd..a9c96d15 100644 --- a/src/generated.rs +++ b/src/generated/mod.rs @@ -1,7 +1,7 @@ // Stable integration point for openapi-transformer-generated pup commands. // -// Future regenerations add variants to `GeneratedCommand` (and new modules -// alongside this file) in place; main.rs never needs to change again. +// Future regenerations add variants to `GeneratedCommand` and modules within +// this directory in place; main.rs never needs to change again. use anyhow::Result;