Skip to content

Commit

Permalink
fixed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
g committed Dec 21, 2023
1 parent 9cbd3b2 commit 4caa52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use command::*;

use clap::Parser;
use obws::{requests::filters::SetEnabled as SetEnabledFilter, Client};
use obws::{requests::scene_items::SetEnabled as SetEnabledItem};
use obws::{requests::scene_items::Id as IdItem};
use obws::requests::scene_items::SetEnabled as SetEnabledItem;
use obws::requests::scene_items::Id as IdItem;

#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
Expand Down

0 comments on commit 4caa52f

Please sign in to comment.