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.
1 parent 3855599 commit 0cdb59cCopy full SHA for 0cdb59c
serde_valid/README.md
@@ -167,7 +167,6 @@ use unic_langid::LanguageIdentifier;
167
use serde_json::json;
168
use serde_valid::{fluent::Localize, Validate};
169
170
-#
171
172
#[derive(Validate)]
173
struct Data (
serde_valid/src/lib.rs
@@ -176,7 +176,6 @@
176
//! # bundle.add_resource(res).unwrap();
177
//! # bundle
178
//! # }
179
-//! #
180
//!
181
//! #[derive(Validate)]
182
//! struct Data (
0 commit comments