inconspicuous99

Results 2 issues of inconspicuous99

![image](https://user-images.githubusercontent.com/83731823/179041446-a3798df0-1756-4f55-b5fb-ceb29d50e95f.png) ^ github ![image](https://user-images.githubusercontent.com/83731823/179041480-67bb284d-5bfc-4a34-a81b-1e3cbd94ee61.png) ^ theme too much orange.

type: syntax

```rust println!("waiting"); ratelimit.until_n_ready(api_cost).await.unwrap(); println!("trying"); if let Ok(_) = ratelimit.check_n(api_cost) { ``` this is the correct usage right?