forked from gentoo-utils/gentoo-utils
7 lines
96 B
Rust
7 lines
96 B
Rust
#![deny(clippy::pedantic)]
|
|
#![allow(dead_code)]
|
|
|
|
pub mod atom;
|
|
pub mod depend;
|
|
pub mod useflag;
|