aboutsummaryrefslogtreecommitdiff
path: root/src/searchresult.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/searchresult.rs')
-rw-r--r--src/searchresult.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/searchresult.rs b/src/searchresult.rs
index 23e8d02..0630791 100644
--- a/src/searchresult.rs
+++ b/src/searchresult.rs
@@ -2,6 +2,6 @@
/// function.
#[derive(Debug, Clone)]
pub struct SearchResult {
- pub priority : u64,
+ pub priority : u32,
pub path : String
}