diff options
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 361b2057..aecffb99 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -22,4 +22,7 @@ thiserror = "2.0" [dev-dependencies] rstest = "0.24" tempfile = "3.15" -serial_test = "3.2"
\ No newline at end of file +serial_test = "3.2" + +[package.metadata.typos] +default.extend-ignore-re = ["Collapsable"]
\ No newline at end of file |
