Fix doc comment links.
This commit is contained in:
parent
f2724444bb
commit
ff6954d9d5
@ -78,7 +78,7 @@ impl Expression<'_> {
|
|||||||
///
|
///
|
||||||
/// The following option is available:
|
/// The following option is available:
|
||||||
///
|
///
|
||||||
/// * whether to rewind the [`Scope`] after evaluation if the expression is a [`StmtBlock`][crate::ast::StmtBlock]
|
/// * whether to rewind the [`Scope`][crate::Scope] after evaluation if the expression is a [`StmtBlock`][crate::ast::StmtBlock]
|
||||||
///
|
///
|
||||||
/// # WARNING - Unstable API
|
/// # WARNING - Unstable API
|
||||||
///
|
///
|
||||||
|
@ -318,7 +318,7 @@ impl crate::Expression<'_> {
|
|||||||
///
|
///
|
||||||
/// # Deprecated
|
/// # Deprecated
|
||||||
///
|
///
|
||||||
/// This method is deprecated. Use [`get_string_value`][Expression::get_string_value] instead.
|
/// This method is deprecated. Use [`get_string_value`][crate::Expression::get_string_value] instead.
|
||||||
///
|
///
|
||||||
/// This method will be removed in the next major version.
|
/// This method will be removed in the next major version.
|
||||||
#[deprecated(since = "1.4.0", note = "use `get_string_value` instead")]
|
#[deprecated(since = "1.4.0", note = "use `get_string_value` instead")]
|
||||||
|
Loading…
Reference in New Issue
Block a user