diff options
author | Feng Yu <f3n67u@gmail.com> | 2021-09-05 22:22:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-05 16:22:45 +0200 |
commit | bb99d5da4c9d7d17e08097d004bf36f0976a678c (patch) | |
tree | 358ad4c80ed7ebffc9f291ca84490b667012be24 /core/inspector.rs | |
parent | f9d29115a0164a861c99b36a0919324920225e42 (diff) |
fix(doc): fix rustdoc bare_urls warning (#11921)
Diffstat (limited to 'core/inspector.rs')
-rw-r--r-- | core/inspector.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/inspector.rs b/core/inspector.rs index ef59cf413..74e50dc69 100644 --- a/core/inspector.rs +++ b/core/inspector.rs @@ -1,8 +1,8 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. //! The documentation for the inspector API is sparse, but these are helpful: -//! https://chromedevtools.github.io/devtools-protocol/ -//! https://hyperandroid.com/2020/02/12/v8-inspector-from-an-embedder-standpoint/ +//! <https://chromedevtools.github.io/devtools-protocol/> +//! <https://hyperandroid.com/2020/02/12/v8-inspector-from-an-embedder-standpoint/> use crate::error::generic_error; use crate::error::AnyError; |