Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
puripuri2100 committed May 12, 2024
1 parent 6e09b18 commit 0f50d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jplaw_data_types/src/listup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ use serde::{Deserialize, Serialize};
/// <https://elaws.e-gov.go.jp/abb/>
#[derive(Debug, Clone, Hash, PartialEq, Eq, Deserialize, Serialize)]
pub struct AbbInfo {
num: String,
abbs: Vec<String>,
pub num: String,
pub abbs: Vec<String>,
}

/// 法令のインデックス情報
Expand Down

0 comments on commit 0f50d09

Please sign in to comment.