mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
make the project compile again
This commit is contained in:
parent
d87b769469
commit
7c56fcfef3
3 changed files with 8 additions and 8 deletions
|
@ -124,8 +124,8 @@ impl Index {
|
|||
self.settings_txn(&txn)
|
||||
}
|
||||
|
||||
pub fn name(&self) -> String {
|
||||
self.name
|
||||
pub fn name(&self) -> &str {
|
||||
&self.name
|
||||
}
|
||||
|
||||
pub fn settings_txn(&self, txn: &RoTxn) -> Result<Settings<Checked>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue