blob: f7e9b8013188573bac47038f2c8542275944bd64 [file] [log] [blame]
// edition:2018
extern crate opaque_hygiene;
pub async fn serve() {
opaque_hygiene::make_it!();
}