Skip to content

Commit

Permalink
Merge pull request #67 from yassun7010/update_doc
Browse files Browse the repository at this point in the history
Update doc
  • Loading branch information
yassun7010 authored May 19, 2024
2 parents 49c0b77 + aa510eb commit 0221ebe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions serde_valid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ assert_eq!(

### 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
Expand Down
4 changes: 4 additions & 0 deletions serde_valid/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0221ebe

Please sign in to comment.