Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
skywhale committed Aug 8, 2024
1 parent 96a32ce commit 8665ed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hostsfile/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use std::{
pub type Result<T> = result::Result<T, Box<dyn std::error::Error>>;

/// A custom error struct for this crate.
#[allow(dead_code)]
#[derive(Debug, Clone)]
pub struct Error(String);

Expand Down

0 comments on commit 8665ed2

Please sign in to comment.