Skip to content

Commit df9c88b

Browse files
mikkihugoclaude
andcommitted
fix: update macros
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3f0a988 commit df9c88b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ macro_rules! implement_metric_trait {
6666
macro_rules! mk_lang {
6767
( $( ($camel:ident, $name:ident, $display: expr, $description:expr) ),* ) => {
6868
/// The list of supported languages.
69-
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
69+
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, serde::Serialize, serde::Deserialize)]
7070
pub enum LANG {
7171
$(
7272
#[doc = $description]

0 commit comments

Comments
 (0)