Skip to content

Commit 35a8d6c

Browse files
committed
clippy
1 parent 612a15e commit 35a8d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/data-model/src/users.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
55
// Please see LICENSE files in the repository root for full details.
66

7-
use std::{fmt::Display, net::IpAddr};
7+
use std::net::IpAddr;
88

99
use chrono::{DateTime, Utc};
1010
use rand::Rng;

0 commit comments

Comments
 (0)