Skip to content

Commit

Permalink
Fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
silverpill committed Feb 22, 2024
1 parent 0e764c1 commit cde12a2
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 cde12a2

Please sign in to comment.