Skip to content

Commit

Permalink
Fix clippy error (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: silverpill <silverpill@firemail.cc>
Co-authored-by: h4sh3d <h4sh3d@protonmail.com>
  • Loading branch information
3 people authored May 30, 2024
1 parent 131b554 commit 4e6e923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

// TODO: remove this when clippy error goes away...
#![allow(clippy::incorrect_clone_impl_on_copy_type)]
#![allow(clippy::non_canonical_clone_impl)]

use crate::util::*;
use chrono::prelude::*;
Expand Down

0 comments on commit 4e6e923

Please sign in to comment.