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

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. #![feature(lazy_cell)]
  9. extern crate test;
  10. pub mod common;
  11. //pub mod entity;
  12. pub mod patch;
  13. pub mod login;
  14. pub mod ship;