1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 17:47:29 +00:00

Rename search::card module to search::cardsearch

This commit is contained in:
Steffo 2022-08-06 19:52:27 +02:00
parent 1e4efa6b97
commit d6cb0f8b56
Signed by: steffo
GPG key ID: 6965406171929D01
3 changed files with 3 additions and 3 deletions

View file

@ -14,8 +14,8 @@
pub mod data; pub mod data;
// #[cfg(feature = "search")] #[cfg(feature = "search")]
// pub mod search; pub mod search;
// #[cfg(feature = "telegram")] // #[cfg(feature = "telegram")]
// pub mod telegram; // pub mod telegram;

View file

@ -1,3 +1,3 @@
//! This module implements full-text search on Legends of Runeterra data. //! This module implements full-text search on Legends of Runeterra data.
pub mod card; pub mod cardsearch;