1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 19:32:25 +01:00

Suppress clippy warning for MappingTarget in build script

This commit is contained in:
cyqsimon
2023-11-05 10:34:28 +08:00
parent ad628c0471
commit 822e81bb24

View File

@@ -12,6 +12,7 @@ use walkdir::WalkDir;
/// Known mapping targets. /// Known mapping targets.
/// ///
/// Corresponds to `syntax_mapping::MappingTarget`. /// Corresponds to `syntax_mapping::MappingTarget`.
#[allow(clippy::enum_variant_names)]
#[derive(Clone, Debug, Eq, PartialEq, Hash, DeserializeFromStr)] #[derive(Clone, Debug, Eq, PartialEq, Hash, DeserializeFromStr)]
pub enum MappingTarget { pub enum MappingTarget {
MapTo(String), MapTo(String),