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
|
||||
=================================
|
||||
|
||||

|
||||

|
||||
[](https://github.com/jonathandturner/rhai/actions)
|
||||
[](https://github.com/license/jonathandturner/rhai)
|
||||
[](https://crates.io/crates/rhai/)
|
||||
[](https://crates.io/crates/rhai/)
|
||||
[](https://docs.rs/rhai/)
|
||||
[](https://github.com/license/jonathandturner/rhai)
|
||||
[](https://crates.io/crates/rhai/)
|
||||
[](https://crates.io/crates/rhai/)
|
||||
[](https://docs.rs/rhai/)
|
||||
[](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
|
||||
to add scripting to any application.
|
||||
|
@ -1383,7 +1383,7 @@ impl Engine {
|
||||
)
|
||||
.map(|(v, _)| v.into())
|
||||
.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(
|
||||
type_name.into(),
|
||||
Position::none(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user