Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Aug 23, 2024
1 parent 69d64f1 commit 1562fc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/quickjs-wasm-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
//! serialization formats and `JSValueRef`:
//! - `messagepack` provides `quickjs_wasm_rs::messagepack` for msgpack, using `rmp_serde`.
//! - `json` provides `quickjs_wasm_rs::json` for JSON, using `serde_json`.
//! msgpack example:
//!
//! msgpack example:
//!
//! ```rust
//! use quickjs_wasm_rs::{messagepack, JSContextRef, JSValueRef};
Expand Down

0 comments on commit 1562fc8

Please sign in to comment.