| 1694 | |
| 1695 | #[derive(Default)] |
| 1696 | struct GlobalConfig { |
| 1697 | pub allowed_countries: BTreeSet<String>, |
| 1698 | pub daily_quota: Option<usize>, |
| 1699 | } |
| 1700 | |
| 1701 | async fn do_main() { |
| 1702 | trace!("Trace working!"); |
nothing calls this directly
no outgoing calls
no test coverage detected