Skip to content

Commit

Permalink
chore: remove an ignore warn
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 20, 2024
1 parent d6cf508 commit 4369738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/synology_api/responses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use reqwest::StatusCode;
use serde::{Deserialize, Serialize};
use thiserror::Error;

#[allow(dead_code)] // We will allow dead code here since these can be used for error checking with Synology.
#[derive(Error, Debug)]
#[derive(FromPrimitive)]
pub enum SynologyStatusCode {
Expand Down

0 comments on commit 4369738

Please sign in to comment.