Skip to content

Commit

Permalink
Minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrasnitski authored and GnomedDev committed May 14, 2024
1 parent ff7985e commit 38ca189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
clippy::too_many_lines,
clippy::doc_markdown,
clippy::missing_panics_doc,
clippy::doc_link_with_quotes
clippy::doc_link_with_quotes,
)]
#![cfg_attr(test, allow(clippy::unwrap_used))]

Expand Down
3 changes: 1 addition & 2 deletions src/model/guild/integration.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use nonmax::NonMaxU32;
use nonmax::{NonMaxU32, NonMaxU64};

use super::*;
use crate::model::prelude::*;

/// Various information about integrations.
Expand Down

0 comments on commit 38ca189

Please sign in to comment.