Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
schungx committed Feb 24, 2024
1 parent 6aaebab commit 69d929b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eval/target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ pub fn calc_index<E>(
/// # Example
///
/// ```
/// # use rhai::{Dynamic, Target};
/// // Normal `Dynamic` value

Check failure on line 93 in src/eval/target.rs

View workflow job for this annotation

GitHub Actions / Build (stable, macos-latest, false)

unresolved import `rhai::Target`

Check failure on line 93 in src/eval/target.rs

View workflow job for this annotation

GitHub Actions / Build (nightly, ubuntu-latest, true, --features unstable)

unresolved import `rhai::Target`

Check failure on line 93 in src/eval/target.rs

View workflow job for this annotation

GitHub Actions / Build (beta, ubuntu-latest, false, --features unstable)

unresolved import `rhai::Target`

Check failure on line 93 in src/eval/target.rs

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, --features testing-environ,no_time,no_function,no_float,no_position,no_inde...

unresolved import `rhai::Target`

Check failure on line 93 in src/eval/target.rs

View workflow job for this annotation

GitHub Actions / Build (stable, windows-latest, false)

unresolved import `rhai::Target`

Check failure on line 93 in src/eval/target.rs

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, --features testing-environ,no_float,decimal, stable, false)

unresolved import `rhai::Target`

Check failure on line 93 in src/eval/target.rs

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, --features testing-environ,serde, stable, false)

unresolved import `rhai::Target`

Check failure on line 93 in src/eval/target.rs

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, --features testing-environ,unicode-xid-ident, stable, false)

unresolved import `rhai::Target`

Check failure on line 93 in src/eval/target.rs

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, --features testing-environ,decimal, stable, false)

unresolved import `rhai::Target`

Check failure on line 93 in src/eval/target.rs

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, --features testing-environ,metadata, stable, false)

unresolved import `rhai::Target`

Check failure on line 93 in src/eval/target.rs

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, stable, false)

unresolved import `rhai::Target`
/// let mut value = Dynamic::from(42_i64);
/// let target: Target = value.into();
Expand Down

0 comments on commit 69d929b

Please sign in to comment.