added arbitrary self types

This commit is contained in:
michael-bailey 2022-03-13 16:41:47 +00:00
parent 89d673b32f
commit e833fa347c
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![feature(arbitrary_self_types)]
// mod chat_manager;
mod client;
mod client_manager;

View File

@ -1,3 +1,5 @@
#![feature(arbitrary_self_types)]
// pub mod chat_manager;
pub mod client;
pub mod client_manager;