aboutsummaryrefslogtreecommitdiff
path: root/examples/rename_all.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rename_all.rs')
-rw-r--r--examples/rename_all.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/rename_all.rs b/examples/rename_all.rs
index 35f3c4f..c7c3538 100644
--- a/examples/rename_all.rs
+++ b/examples/rename_all.rs
@@ -17,6 +17,10 @@
//! - **Snake Case**: Keep all letters lowercase and indicate word boundaries
//! with underscores.
//! - **Verbatim**: Use the original attribute name defined in the code.
+//!
+//! - **Lower Case**: Keep all letters lowercase and remove word boundaries.
+//!
+//! - **Upper Case**: Keep all letters upperrcase and remove word boundaries.
use structopt::StructOpt;