Update badges
This commit is contained in:
parent
c8c4ca21ad
commit
d1f9f4096d
12
README.md
12
README.md
@ -1,14 +1,14 @@
|
|||||||
Rhai - Embedded Scripting for Rust
|
Rhai - Embedded Scripting for Rust
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||

|

|
||||||
[](https://github.com/jonathandturner/rhai/actions)
|
[](https://github.com/jonathandturner/rhai/actions)
|
||||||
[](https://github.com/license/jonathandturner/rhai)
|
[](https://github.com/license/jonathandturner/rhai)
|
||||||
[](https://crates.io/crates/rhai/)
|
[](https://crates.io/crates/rhai/)
|
||||||
[](https://crates.io/crates/rhai/)
|
[](https://crates.io/crates/rhai/)
|
||||||
[](https://docs.rs/rhai/)
|
[](https://docs.rs/rhai/)
|
||||||
[](https://discord.gg/yZMKAQ)
|
[](https://discord.gg/yZMKAQ)
|
||||||
[](https://www.reddit.com/r/Rhai)
|
[](https://www.reddit.com/r/Rhai)
|
||||||
|
|
||||||
Rhai is an embedded scripting language and evaluation engine for Rust that gives a safe and easy way
|
Rhai is an embedded scripting language and evaluation engine for Rust that gives a safe and easy way
|
||||||
to add scripting to any application.
|
to add scripting to any application.
|
||||||
|
@ -1383,7 +1383,7 @@ impl Engine {
|
|||||||
)
|
)
|
||||||
.map(|(v, _)| v.into())
|
.map(|(v, _)| v.into())
|
||||||
.map_err(|err| match *err {
|
.map_err(|err| match *err {
|
||||||
EvalAltResult::ErrorFunctionNotFound(fn_sig, _) if fn_sig.ends_with("]") => {
|
EvalAltResult::ErrorFunctionNotFound(fn_sig, _) if fn_sig.ends_with(']') => {
|
||||||
Box::new(EvalAltResult::ErrorIndexingType(
|
Box::new(EvalAltResult::ErrorIndexingType(
|
||||||
type_name.into(),
|
type_name.into(),
|
||||||
Position::none(),
|
Position::none(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user