From ea6cbd539d26daef5c131a90933e75675fa8cd0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=82ngelo=20Rodem?= Date: Sun, 17 Mar 2024 14:05:47 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a304b..4631558 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Radix trie for suggestion search, it allows searching for data indexed by a se ## Note -This crate uses a nightly feature [#![feature(round_char_boundary)]](https://github.com/rust-lang/rust/issues/93743) +This crate uses a nightly feature [#![feature(round_char_boundary)]](https://github.com/rust-lang/rust/issues/93743) it only works on nightly. ## Examples