Skip to content

Commit

Permalink
Restore missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Feb 5, 2024
1 parent d60ad93 commit c78c1e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
//! # try_main();
//! ```
use std::error;

use derive_builder::Builder;
use thiserror::Error;

Check warning on line 34 in src/lib.rs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Diff in /home/runner/work/keepawake-rs/keepawake-rs/src/lib.rs

Check warning on line 34 in src/lib.rs

View workflow job for this annotation

GitHub Actions / build (windows-latest)

Diff in \\?\D:\a\keepawake-rs\keepawake-rs\src\lib.rs

Check warning on line 34 in src/lib.rs

View workflow job for this annotation

GitHub Actions / build (macos-latest)

Diff in /Users/runner/work/keepawake-rs/keepawake-rs/src/lib.rs
Expand Down

0 comments on commit c78c1e3

Please sign in to comment.