diff options
| author | Mason Reed <mason@vector35.com> | 2025-05-08 21:50:23 -0400 |
|---|---|---|
| committer | Mason Reed <35282038+emesare@users.noreply.github.com> | 2025-05-12 17:45:24 -0400 |
| commit | 6617b0afa09f549d0a5c9c53063f3ad8ab82b7e4 (patch) | |
| tree | c5b6dc0ba8d257b77c4e62611ec64a6d2377a94b /rust/Cargo.toml | |
| parent | adbd39ab7c3d4e67e8709af43176e60f31141ba8 (diff) | |
[Rust] Fix misc typos
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 |
