Make add_to_waitlist
function accessible
This commit is contained in:
parent
5dc356d98e
commit
ecaa581044
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
mod front_of_house {
|
||||
mod hosting {
|
||||
fn add_to_waitlist() {}
|
||||
pub mod hosting {
|
||||
pub fn add_to_waitlist() {}
|
||||
|
||||
fn seat_at_table() {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue