Skip to content

Commit

Permalink
Clippy lints in the docs on boa_profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
nekevss committed Dec 1, 2022
1 parent 07e5d9e commit 2e74dc6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions boa_profiler/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! The **boa_profiler** crate is a code profiler for Boa.
//! The **`boa_profiler`** crate is a code profiler for Boa.
//!
//! # Crate Overview
//! This crate provides a code profiler for Boa. For more information, please
Expand All @@ -11,13 +11,13 @@
//! Try out the most recent release with Boa's live demo [playground][boa-playground].
//!
//! # Boa Crates
//! - **boa_ast** - Boa's ECMAScript Abstract Syntax Tree.
//! - **boa_engine** - Boa's implementation of ECMAScript builtin objects and execution.
//! - **boa_gc** - Boa's garbage collector
//! - **boa_interner** - Boa's string interner
//! - **boa_parser** - Boa's lexer and parser
//! - **boa_profiler** - Boa's code profiler
//! - **boa_unicode** - Boa's Unicode identifier
//! - **`boa_ast`** - Boa's ECMAScript Abstract Syntax Tree.
//! - **`boa_engine`** - Boa's implementation of ECMAScript builtin objects and execution.
//! - **`boa_gc`** - Boa's garbage collector
//! - **`boa_interner`** - Boa's string interner
//! - **`boa_parser`** - Boa's lexer and parser
//! - **`boa_profiler`** - Boa's code profiler
//! - **`boa_unicode`** - Boa's Unicode identifier
//!
//! [profiler-md]: https://github.com/boa-dev/boa/blob/main/docs/profiling.md
//! [boa-conformance]: https://boa-dev.github.io/boa/test262/
Expand Down

0 comments on commit 2e74dc6

Please sign in to comment.