Skip to content

Commit 14f34a2

Browse files
sayakpauldanielfleischer
authored andcommitted
update enum
1 parent ab2bd13 commit 14f34a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kernel-builder/src/skills.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const GITHUB_RAW_BASE_TEMPLATE: &str =
1010
"https://raw.githubusercontent.com/huggingface/kernels/main/kernel-builder/skills";
1111

1212
#[derive(Clone, Debug, Default, ValueEnum)]
13+
#[allow(clippy::enum_variant_names)]
1314
pub enum SkillId {
1415
#[default]
1516
CudaKernels,

0 commit comments

Comments
 (0)