Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rscarson committed May 3, 2024
1 parent fa4077a commit ca4ab93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
//! This crate is meant to provide a quick and simple way to integrate a runtime javacript or typescript component from within rust.
//!
//! - **By default, the code being run is entirely sandboxed from the host, having no filesystem or network access.**
Expand Down
2 changes: 1 addition & 1 deletion src/utilities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pub fn resolve_path(path: &str) -> Result<String, Error> {

#[macro_use]
mod runtime_macros {
/// Map a series of values to a slice of serde_json::Value objects
/// Map a series of values to a slice of `serde_json::Value` objects
/// that javascript functions can understand
/// # Example
/// ```rust
Expand Down

0 comments on commit ca4ab93

Please sign in to comment.