From bb99d5da4c9d7d17e08097d004bf36f0976a678c Mon Sep 17 00:00:00 2001 From: Feng Yu Date: Sun, 5 Sep 2021 22:22:45 +0800 Subject: fix(doc): fix rustdoc bare_urls warning (#11921) --- core/inspector.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/inspector.rs') 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/ +//! +//! use crate::error::generic_error; use crate::error::AnyError; -- cgit v1.2.3