Skip to content

Commit

Permalink
CField is a private struct
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jun 21, 2024
1 parent 78cda0a commit 077eda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger_device_sdk/src/nbgl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub struct Field<'a> {
pub value: &'a str,
}

pub struct CField {
struct CField {
pub name: CString,
pub value: CString,
}
Expand Down

0 comments on commit 077eda7

Please sign in to comment.