Skip to content

Commit

Permalink
simplified pub
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Bury <[email protected]>
  • Loading branch information
xilec and gyscos authored Jun 22, 2024
1 parent abb2b08 commit 4b29584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cursive/examples/mines/board/view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub(crate) struct BoardView {
}

impl BoardView {
pub(crate) fn new(options: Options) -> Self {
pub fn new(options: Options) -> Self {
let board = Board::new(options);
BoardView {
board,
Expand Down

0 comments on commit 4b29584

Please sign in to comment.