diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 2767a11..b96b848 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.91" +channel = "1.93" components = ["rustfmt", "clippy", "rust-src", "rust-analyzer"] diff --git a/test-context/tests/test.rs b/test-context/tests/test.rs index c8919d6..a82e864 100644 --- a/test-context/tests/test.rs +++ b/test-context/tests/test.rs @@ -130,6 +130,7 @@ async fn test_async_teardown(ctx: &mut AsyncContext) { #[test_context(AsyncContext)] #[tokio::test] +#[allow(unused_assignments)] #[should_panic(expected = "Number changed")] async fn test_async_panicking_teardown(ctx: &mut AsyncContext) { ctx.n = 2;