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 front_of_house {
|
||||||
mod hosting {
|
pub mod hosting {
|
||||||
fn add_to_waitlist() {}
|
pub fn add_to_waitlist() {}
|
||||||
|
|
||||||
fn seat_at_table() {}
|
fn seat_at_table() {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue