Commit 26b8a648 authored by Nugine's avatar Nugine
Browse files

codegen: aws_conv: fix strenum

parent 2d0427b1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -104,7 +104,6 @@ pub fn codegen(ops: &Operations, rust_types: &RustTypes) {
                    };
                    g!("{aws_path}::{aws_variant_name} => Self::from_static(Self::{s3s_variant_name}),");
                }
                g!("{aws_path}::Unknown(_) => Self::from(x.as_str().to_owned()),");
                g!("_ => Self::from(x.as_str().to_owned()),");
                g!("}})");
            }
+0 −63

File changed.

Preview size limit exceeded, changes collapsed.