Skip to content

Commit

Permalink
Remove unused import warning
Browse files Browse the repository at this point in the history
  • Loading branch information
goingforbrooke committed Jan 10, 2025
1 parent 0897f9e commit e2b7918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions folsum/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#[cfg(not(target_arch = "wasm32"))]
use log::info;
#[cfg(not(target_arch = "wasm32"))]
use std::error::Error;
#[cfg(not(target_arch = "wasm32"))]
use folsum::setup_native_logging;
Expand Down

0 comments on commit e2b7918

Please sign in to comment.