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.

17 lines
346 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(drain_filter)]
  5. #![feature(try_blocks)]
  6. #![feature(once_cell)]
  7. #![feature(test)]
  8. #![feature(error_generic_member_access)]
  9. #![feature(provide_any)]
  10. extern crate test;
  11. pub mod common;
  12. pub mod entity;
  13. pub mod patch;
  14. pub mod login;
  15. pub mod ship;