We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49c0b77 + aa510eb commit 0221ebeCopy full SHA for 0221ebe
serde_valid/README.md
@@ -170,6 +170,10 @@ assert_eq!(
170
171
### Fluent localization
172
173
+<section class="warning">
174
+<code>fluent</code> feature is required.
175
+</section>
176
+
177
You can also use [fluent](https://projectfluent.org/) localization by using `fluent` feature.
178
179
```rust
serde_valid/src/lib.rs
@@ -170,6 +170,10 @@
//!
//! ### Fluent localization
+//! <section class="warning">
+//! <code>fluent</code> feature is required.
+//! </section>
+//!
//! You can also use [fluent](https://projectfluent.org/) localization by using `fluent` feature.
//! ```rust
0 commit comments