Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/generated.rs → src/generated/mod.rs
Original file line number Diff line number Diff line change
@@ -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;

Expand Down