Skip to content

Commit 0221ebe

Browse files
authored
Merge pull request #67 from yassun7010/update_doc
Update doc
2 parents 49c0b77 + aa510eb commit 0221ebe

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

serde_valid/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ assert_eq!(
170170

171171
### Fluent localization
172172

173+
<section class="warning">
174+
<code>fluent</code> feature is required.
175+
</section>
176+
173177
You can also use [fluent](https://projectfluent.org/) localization by using `fluent` feature.
174178

175179
```rust

serde_valid/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@
170170
//!
171171
//! ### Fluent localization
172172
//!
173+
//! <section class="warning">
174+
//! <code>fluent</code> feature is required.
175+
//! </section>
176+
//!
173177
//! You can also use [fluent](https://projectfluent.org/) localization by using `fluent` feature.
174178
//!
175179
//! ```rust

0 commit comments

Comments
 (0)