mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Rename search::card
module to search::cardsearch
This commit is contained in:
parent
1e4efa6b97
commit
d6cb0f8b56
3 changed files with 3 additions and 3 deletions
|
@ -14,8 +14,8 @@
|
|||
|
||||
pub mod data;
|
||||
|
||||
// #[cfg(feature = "search")]
|
||||
// pub mod search;
|
||||
#[cfg(feature = "search")]
|
||||
pub mod search;
|
||||
|
||||
// #[cfg(feature = "telegram")]
|
||||
// pub mod telegram;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
//! This module implements full-text search on Legends of Runeterra data.
|
||||
|
||||
pub mod card;
|
||||
pub mod cardsearch;
|
||||
|
|
Loading…
Reference in a new issue