diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/main.rs b/src/main.rs index c71a44d..a01d6f7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -41,7 +41,10 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {      let mut action_opt: Option<EventResponseStatus> = None;      let mut should_read_email = false; + +    #[allow(unused_assignments)]      let mut email_eid = String::new(); +      let mut event_ids = Vec::new();      for arg in &args[1..] { | 
