mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-25 23:26:08 +00:00
8 lines
144 B
Rust
8 lines
144 B
Rust
#![allow(clippy::module_inception)]
|
|
|
|
#[allow(clippy::redundant_static_lifetimes)]
|
|
#[rustfmt::skip]
|
|
mod tables;
|
|
|
|
pub(crate) use self::tables::*;
|