mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-15 00:55:05 +01:00
crates
This commit is contained in:
parent
f229dd7fdc
commit
92292c756c
8 changed files with 60 additions and 2 deletions
6
analysis/src/lib.rs
Normal file
6
analysis/src/lib.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#![allow(dead_code)] // TODO: no
|
||||
#![warn(rust_2018_idioms)]
|
||||
|
||||
struct Ctx<'src, P> {
|
||||
parser: P,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue