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.

15 lines
300 B

2 years ago
3 years ago
2 years ago
  1. #![allow(clippy::type_complexity)]
  2. #![allow(incomplete_features)]
  3. #![feature(inline_const)]
  4. #![feature(extract_if)]
  5. #![feature(try_blocks)]
  6. #![feature(test)]
  7. #![feature(error_generic_member_access)]
  8. extern crate test;
  9. //pub mod common;
  10. //pub mod entity;
  11. pub mod patch;
  12. pub mod login;
  13. pub mod ship;