diff --git a/flaky-tests/get-started/frameworks/README.md b/flaky-tests/get-started/frameworks/README.md
index 5425e6e..960c53b 100644
--- a/flaky-tests/get-started/frameworks/README.md
+++ b/flaky-tests/get-started/frameworks/README.md
@@ -4,4 +4,4 @@ Trunk Flaky Tests uses test results uploaded from your CI jobs to detect flaky t
In order for Trunk Flaky Tests to detect and quarantine flaky tests accurately, it's important to configure your test outputs with a **non-random** test name and to report file paths associated with each test file. It's also important to report **every test run**, including reruns.
-
+
diff --git a/flaky-tests/get-started/frameworks/cargo-nextest.md b/flaky-tests/get-started/frameworks/rust.md
similarity index 100%
rename from flaky-tests/get-started/frameworks/cargo-nextest.md
rename to flaky-tests/get-started/frameworks/rust.md
diff --git a/summary.md b/summary.md
index 7dea89e..119368e 100644
--- a/summary.md
+++ b/summary.md
@@ -20,7 +20,7 @@
* [Playwright](flaky-tests/get-started/frameworks/playwright.md)
* [pytest](flaky-tests/get-started/frameworks/pytest.md)
* [RSpec](flaky-tests/get-started/frameworks/rspec.md)
- * [Rust](flaky-tests/get-started/frameworks/cargo-nextest.md)
+ * [Rust](flaky-tests/get-started/frameworks/rust.md)
* [Swift Testing](flaky-tests/get-started/frameworks/swift-testing.md)
* [Vitest](flaky-tests/get-started/frameworks/vitest.md)
* [XCTest](flaky-tests/get-started/frameworks/xctest.md)