Skip to content

Commit

Permalink
Use @generated in files created by
Browse files Browse the repository at this point in the history
  • Loading branch information
atezet committed Aug 29, 2024
1 parent c81a186 commit 49baa4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frb_codegen/src/library/codegen/generator/misc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub fn is_js_value(ty: &MirType) -> bool {
pub(crate) fn generate_code_header() -> String {
format!(
"// This file is automatically generated, so please do not edit it.
// Generated by `flutter_rust_bridge`@ {}.",
// @generated by `flutter_rust_bridge`@ {}.",
env!("CARGO_PKG_VERSION")
)
}

0 comments on commit 49baa4d

Please sign in to comment.