6 lines
80 B
Rust
6 lines
80 B
Rust
#![deny(clippy::pedantic)]
|
|
#![allow(dead_code)]
|
|
|
|
pub mod atom;
|
|
pub mod useflag;
|