Skip to content

Commit

Permalink
Fix Rust code
Browse files Browse the repository at this point in the history
Signed-off-by: Martynas Gurskas <[email protected]>
  • Loading branch information
Lipt0nas committed Apr 11, 2024
1 parent 3f78581 commit b5db753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindgen/src/bindings/cpp/gen_cpp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use uniffi_bindgen::{
};

#[derive(Serialize, Deserialize, Clone, Debug)]
enum EnumStyle {
pub enum EnumStyle {
Capitalized,
Google,
}
Expand Down

0 comments on commit b5db753

Please sign in to comment.