mirror of
https://github.com/denoland/deno.git
synced 2025-08-08 21:08:17 +00:00
fix(doc): fix rustdoc bare_urls warning (#11921)
This commit is contained in:
parent
f9d29115a0
commit
bb99d5da4c
10 changed files with 15 additions and 15 deletions
|
@ -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 {
|
||||
() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue