Uday Sagar commited on
Commit
405d006
β€’
1 Parent(s): 092a38f

πŸ”§ Restricts the visibility of the `user-agent` helper module (#331)

Browse files
Files changed (1) hide show
  1. 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
- pub mod user_agent;
 
3
  //! provides various models to aggregate search results into a standardized form.
4
 
5
  pub mod aggregator;
6
+ mod user_agent;