Skip to content

Commit

Permalink
Change doc-comments in templates to comments (#2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
atezet authored Nov 29, 2024
1 parent 5642c06 commit 2c003b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions uniffi_bindgen/src/scaffolding/templates/UdlMetadata.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

/// Export info about this UDL file
/// See `uniffi_bindgen::macro_metadata` for how this is used.
// Export info about this UDL file
// See `uniffi_bindgen::macro_metadata` for how this is used.
{%- let const_udl_var = "UNIFFI_META_CONST_UDL_{}"|format(ci.namespace().to_shouty_snake_case()) %}
{%- let static_udl_var = "UNIFFI_META_UDL_{}"|format(ci.namespace().to_shouty_snake_case()) %}

Expand Down

0 comments on commit 2c003b1

Please sign in to comment.