Spaces:
Runtime error
Runtime error
Uday Sagar
commited on
Commit
β’
405d006
1
Parent(s):
092a38f
π§ 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;
|