From 21c0f4432e58b4e0bc9ba82d149386d37fccfb5a Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Mon, 18 Jul 2022 16:01:17 +0200 Subject: [PATCH] fix --- analysis/src/lib.rs | 4 ++-- rust-toolchain.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/analysis/src/lib.rs b/analysis/src/lib.rs index 756c862..99044ac 100644 --- a/analysis/src/lib.rs +++ b/analysis/src/lib.rs @@ -1,6 +1,6 @@ #![allow(dead_code)] // TODO: no #![warn(rust_2018_idioms)] -struct Ctx<'src, P> { +struct Ctx

{ parser: P, -} \ No newline at end of file +} diff --git a/rust-toolchain.toml b/rust-toolchain.toml index ed4a337..5ea2bf5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2022-07-16" +channel = "nightly-2022-07-14"