mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-14 16:45:07 +01:00
fix
This commit is contained in:
parent
f63bf44935
commit
21c0f4432e
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#![allow(dead_code)] // TODO: no
|
#![allow(dead_code)] // TODO: no
|
||||||
#![warn(rust_2018_idioms)]
|
#![warn(rust_2018_idioms)]
|
||||||
|
|
||||||
struct Ctx<'src, P> {
|
struct Ctx<P> {
|
||||||
parser: P,
|
parser: P,
|
||||||
}
|
}
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly-2022-07-16"
|
channel = "nightly-2022-07-14"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue