Skip to content

Commit

Permalink
Adding @generated annotation to generator.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
oestradiol committed Sep 15, 2024
1 parent ee4ff16 commit accf12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexicon/atrium-codegen/src/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use std::fs::{create_dir_all, read_dir, File};
use std::io::Write;
use std::path::{Path, PathBuf};

const HEADER: &str = "// This file is generated by atrium-codegen. DO NOT EDIT.";
const HEADER: &str = "// @generated - This file is generated by atrium-codegen. DO NOT EDIT.";

pub(crate) fn generate_schemas(
schema: &LexiconDoc,
Expand Down

0 comments on commit accf12e

Please sign in to comment.