Skip to content

Commit

Permalink
docs: update lib.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Sep 18, 2024
1 parent 1b78efc commit 43096ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/jsonschema/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@
//! impl SchemaResolver for StaticSchemaResolver {
//! fn resolve(
//! &self,
//! _root_schema: &serde_json::Value,
//! schema: &Value,
//! url: &Url,
//! _original_reference: &str
//! reference: &str
//! ) -> Result<Arc<Value>, SchemaResolverError> {
//! self.schemas
//! .get(url.as_str())
Expand Down

0 comments on commit 43096ae

Please sign in to comment.