From 0ec4263cc70f7b4d236dc9c03816fcba88a3a476 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 30 Oct 2022 23:16:05 +0100 Subject: Misc: Cargo fmt --- lib/src/lib.rs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/src/lib.rs b/lib/src/lib.rs index 2f0b750..8a006f6 100644 --- a/lib/src/lib.rs +++ b/lib/src/lib.rs @@ -1,9 +1,9 @@ pub mod lib { - use serde::{Serialize,Deserialize}; - use std::sync::Arc; - use std::hash::{Hash, Hasher}; + use serde::{Deserialize, Serialize}; use std::cmp::Ordering; + use std::hash::{Hash, Hasher}; + use std::sync::Arc; #[derive(Serialize, Deserialize, Debug)] pub struct CrawledResource { @@ -47,5 +47,4 @@ pub mod lib { self.word.hash(state); } } - -} \ No newline at end of file +} -- cgit 1.4.1