aboutsummaryrefslogtreecommitdiff
path: root/2.27.1/src/file_and_mod.rs
blob: 4f4e8c667d036e0f304e279bb28e0a95a412193c (plain)
1
2
3
4
5
6
7
8
9
use rust_name::RustRelativePath;
use Customize;

#[allow(dead_code)]
pub(crate) struct FileAndMod {
    pub file: String,
    pub relative_mod: RustRelativePath,
    pub customize: Customize,
}