This commit is contained in:
nora 2022-07-18 16:01:17 +02:00
parent f63bf44935
commit 21c0f4432e
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#![allow(dead_code)] // TODO: no
#![warn(rust_2018_idioms)]
struct Ctx<'src, P> {
struct Ctx<P> {
parser: P,
}
}

View file

@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2022-07-16"
channel = "nightly-2022-07-14"