We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612a15e commit 35a8d6cCopy full SHA for 35a8d6c
crates/data-model/src/users.rs
@@ -4,7 +4,7 @@
4
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
5
// Please see LICENSE files in the repository root for full details.
6
7
-use std::{fmt::Display, net::IpAddr};
+use std::net::IpAddr;
8
9
use chrono::{DateTime, Utc};
10
use rand::Rng;
0 commit comments