Skip to content

Commit

Permalink
Reduce ProductInfo visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Aug 23, 2024
1 parent bd3cb7a commit c4acbb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ pub struct Client {
}

#[derive(Clone)]
pub struct ProductInfo {
pub name: String,
pub version: String,
struct ProductInfo {
name: String,
version: String,
}

impl Display for ProductInfo {
Expand Down

0 comments on commit c4acbb9

Please sign in to comment.