🔧 Restricts the visibility of the user-agent helper module (#331)

This commit is contained in:
Uday Sagar 2023-10-15 00:44:28 +05:30 committed by GitHub
parent 092a38fc40
commit 405d00612f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,4 +3,4 @@
//! provides various models to aggregate search results into a standardized form.
pub mod aggregator;
pub mod user_agent;
mod user_agent;