Skip to content

Commit

Permalink
feat: Updates for markup.rs 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbcodes committed Nov 27, 2023
1 parent 05f6922 commit 5f47a2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/line_item_dates/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pub(crate) mod controller;
pub(crate) mod query;
// Required because structs generated by markup.rs are public
pub mod model;
pub(crate) mod view;
pub mod view;
2 changes: 1 addition & 1 deletion src/line_items/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pub(crate) mod controller;
pub(crate) mod query;
// Required because structs generated by markup.rs are public
pub mod model;
pub(crate) mod view;
pub mod view;
2 changes: 1 addition & 1 deletion src/quotes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pub(crate) mod controller;
pub(crate) mod query;
// Required because structs generated by markup.rs are public
pub mod model;
pub(crate) mod view;
pub mod view;

0 comments on commit 5f47a2b

Please sign in to comment.