We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b24b6 commit 2e4184eCopy full SHA for 2e4184e
tests/tests.rs
@@ -438,7 +438,7 @@ fn test_panic() -> Result<()> {
438
{
439
let lua = make_lua(LuaOptions::default())?;
440
match catch_unwind(AssertUnwindSafe(|| -> Result<()> {
441
- let _catched_panic = lua
+ let _caught_panic = lua
442
.load(
443
r#"
444
-- Set global
typos.toml
@@ -1,5 +1,5 @@
1
[default]
2
-extend-ignore-identifiers-re = ["catched", "2nd", "ser"]
+extend-ignore-identifiers-re = ["2nd", "ser"]
3
4
[default.extend-words]
5
thr = "thr"
0 commit comments