fix(doc): fix rustdoc bare_urls warning (#11921)

This commit is contained in:
Feng Yu 2021-09-05 22:22:45 +08:00 committed by GitHub
parent f9d29115a0
commit bb99d5da4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 15 additions and 15 deletions

View file

@ -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:<filename>:<line>:<column>]"
/// Returns a string in form of: "`[deno:<filename>:<line>:<column>]`"
#[macro_export]
macro_rules! located_script_name {
() => {