Fix doc comment links.

This commit is contained in:
Stephen Chung 2022-07-18 23:01:03 +08:00
parent f2724444bb
commit ff6954d9d5
2 changed files with 2 additions and 2 deletions

View File

@ -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
/// ///

View File

@ -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")]