17 lines
321 B
Rust
17 lines
321 B
Rust
#![allow(clippy::type_complexity)]
|
|
#![allow(incomplete_features)]
|
|
#![feature(inline_const)]
|
|
#![feature(extract_if)]
|
|
#![feature(try_blocks)]
|
|
#![feature(test)]
|
|
#![feature(error_generic_member_access)]
|
|
#![feature(lazy_cell)]
|
|
|
|
extern crate test;
|
|
|
|
pub mod common;
|
|
//pub mod entity;
|
|
pub mod patch;
|
|
pub mod login;
|
|
pub mod ship;
|