Spaces:
Running
Running
Uday Sagar commited on
🔧 Restricts the visibility of the `user-agent` helper module (#331)
Browse files- src/results/mod.rs +1 -1
src/results/mod.rs
CHANGED
|
@@ -3,4 +3,4 @@
|
|
| 3 |
//! provides various models to aggregate search results into a standardized form.
|
| 4 |
|
| 5 |
pub mod aggregator;
|
| 6 |
-
|
|
|
|
| 3 |
//! provides various models to aggregate search results into a standardized form.
|
| 4 |
|
| 5 |
pub mod aggregator;
|
| 6 |
+
mod user_agent;
|