From 6617b0afa09f549d0a5c9c53063f3ad8ab82b7e4 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 8 May 2025 21:50:23 -0400 Subject: [Rust] Fix misc typos --- rust/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rust/Cargo.toml') 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 -- cgit v1.3.1