You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
321 B
16 lines
321 B
#![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;
|