Skip to content

Commit 6f3151f

Browse files
authored
Remove once_cell dependency (#6263)
1 parent 71f0d30 commit 6f3151f

File tree

87 files changed

+513
-574
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+513
-574
lines changed

quickwit/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ When the client is unlikely to match on an error, you can rely on the crate leve
8787
### Design Patterns
8888
- **Trait-based services**: `SearchService`, `MetastoreService`, etc. — enables mocking and multiple implementations
8989
- **Feature gates**: Cloud backends (`azure`, `gcs`), message sources (`kafka`, `kinesis`, `pulsar`, `sqs`, `gcp-pubsub`), `postgres` metastore, `multilang` tokenizers
90-
- **Metrics**: `once_cell::sync::Lazy` statics with `quickwit_common::metrics::*` factories
90+
- **Metrics**: `std::sync::LazyLock` statics with `quickwit_common::metrics::*` factories
9191

9292
### Key Dependencies
9393
- **Tantivy**: Search engine library (custom fork)

0 commit comments

Comments
 (0)