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/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/lib.rs') diff --git a/core/lib.rs b/core/lib.rs index b19029884..76b3a4f37 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -101,7 +101,7 @@ pub fn v8_version() -> &'static str { /// A helper macro that will return a call site in Rust code. Should be /// used when executing internal one-line scripts for JsRuntime lifecycle. /// -/// Returns a string in form of: "[deno:::]" +/// Returns a string in form of: "`[deno:::]`" #[macro_export] macro_rules! located_script_name { () => { -- cgit v1.2.3