Skip to content

Commit ca4ab93

Browse files
committed
clippy
1 parent fa4077a commit ca4ab93

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
21
//! This crate is meant to provide a quick and simple way to integrate a runtime javacript or typescript component from within rust.
32
//!
43
//! - **By default, the code being run is entirely sandboxed from the host, having no filesystem or network access.**

src/utilities.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pub fn resolve_path(path: &str) -> Result<String, Error> {
9494

9595
#[macro_use]
9696
mod runtime_macros {
97-
/// Map a series of values to a slice of serde_json::Value objects
97+
/// Map a series of values to a slice of `serde_json::Value` objects
9898
/// that javascript functions can understand
9999
/// # Example
100100
/// ```rust

0 commit comments

Comments
 (0)